Class SqlDdlGenerator.GenerateTableResult
java.lang.Object
org.apache.ignite.migrationtools.sql.SqlDdlGenerator.GenerateTableResult
- Enclosing class:
- SqlDdlGenerator
GenerateTableResult.
-
Constructor Summary
ConstructorsConstructorDescriptionGenerateTableResult(org.apache.ignite3.catalog.definitions.TableDefinition tableDefinition, TableTypeDescriptor tableTypeDescriptor) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionCombines FieldNamesForColumn mappings for keys and values into the same map.org.apache.ignite3.catalog.definitions.TableDefinition
-
Constructor Details
-
GenerateTableResult
public GenerateTableResult(org.apache.ignite3.catalog.definitions.TableDefinition tableDefinition, TableTypeDescriptor tableTypeDescriptor) Constructor.- Parameters:
tableDefinition- Table definition.tableTypeDescriptor- Description of the types for the table.
-
-
Method Details
-
tableDefinition
public org.apache.ignite3.catalog.definitions.TableDefinition tableDefinition() -
tableTypeDescriptor
-
typeHints
-
fieldToColumnMappings
Combines FieldNamesForColumn mappings for keys and values into the same map.
-