Modifier and Type | Method and Description |
---|---|
Statement |
SQLServerStrategy.geometryIndexColumnPart(String indexName,
Table table,
Column column,
Map<String,String> geometryCharacteristics) |
Statement |
PostgreSQLStrategy.geometryIndexColumnPart(String indexName,
Table table,
Column column,
Map<String,String> geometryCharacteristics) |
Statement |
OracleStrategy.geometryIndexColumnPart(String indexName,
Table table,
Column column,
Map<String,String> geometryCharacteristics) |
Statement |
DatabaseStrategy.geometryIndexColumnPart(String indexName,
Table table,
Column column,
Map<String,String> geometryCharacteristics) |
Statement |
SQLServerStrategy.geometryMetadataUpdateStatement(Table tableWithColumn,
Column columForGeometryTypedProperty,
int srid) |
Statement |
PostgreSQLStrategy.geometryMetadataUpdateStatement(Table tableWithColumn,
Column columForGeometryTypedProperty,
int srid) |
Statement |
OracleStrategy.geometryMetadataUpdateStatement(Table tableWithColumn,
Column columnForGeometryTypedProperty,
int srid) |
Statement |
DatabaseStrategy.geometryMetadataUpdateStatement(Table tableWithColumn,
Column columForGeometryTypedProperty,
int srid) |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
SqlBuilder.process(List<ClassInfo> cisToProcess) |
Modifier and Type | Method and Description |
---|---|
int |
StatementSortAlphabetic.compare(Statement o1,
Statement o2) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSchemaVisitor.visit(List<Statement> stmts) |
void |
DdlVisitor.visit(List<Statement> stmts) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNameNormalizer.visit(List<Statement> stmts) |
Modifier and Type | Class and Description |
---|---|
class |
Alter |
class |
Comment |
class |
CreateIndex |
class |
CreateTable |
class |
Insert |
Modifier and Type | Method and Description |
---|---|
void |
StatementVisitor.visit(List<Statement> stmts) |
Copyright © 2017. All rights reserved.