Modifier and Type | Method and Description |
---|---|
static List<Column> |
SqlUtil.toColumnList(Table inTable,
String... columnNames) |
Modifier and Type | Method and Description |
---|---|
int |
ColumnSortAlphabetic.compare(Column o1,
Column o2) |
Expression |
SQLServerStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
PostgreSQLStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
OracleStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi) |
Expression |
DatabaseStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
For a property with a value type that does not store time (e.g.
|
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 |
---|---|
Column |
ColumnExpression.getColumn() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnExpression.setColumn(Column column) |
Constructor and Description |
---|
ColumnExpression(Column column) |
Modifier and Type | Method and Description |
---|---|
Column |
Comment.getColumn() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Table.getColumns() |
List<Column> |
SqlConstraint.getColumns() |
List<Column> |
Insert.getColumns() |
List<Column> |
Index.getColumns() |
List<Column> |
ForeignKeyConstraint.getReferenceColumns() |
Modifier and Type | Method and Description |
---|---|
void |
Table.addColumn(Column column) |
void |
SqlConstraint.addColumn(Column column) |
void |
Insert.addColumn(Column column) |
void |
Index.addColumn(Column column) |
void |
ForeignKeyConstraint.addReferenceColumn(Column refColumn) |
Modifier and Type | Method and Description |
---|---|
void |
Table.setColumns(List<Column> columns) |
void |
SqlConstraint.setColumns(List<Column> columns) |
void |
Insert.setColumns(List<Column> columns) |
void |
Index.setColumns(List<Column> columns) |
void |
ForeignKeyConstraint.setReferenceColumns(List<Column> referenceColumns) |
Constructor and Description |
---|
Comment(Column column,
String text) |
PrimaryKeyConstraint(String name,
Column column,
String indexSpecification) |
Constructor and Description |
---|
PrimaryKeyConstraint(String name,
List<Column> columns) |
PrimaryKeyConstraint(String name,
List<Column> columns,
String indexSpecification) |
SqlConstraint(String name,
List<Column> columns) |
UniqueConstraint(String name,
List<Column> columns) |
UniqueConstraint(String name,
List<Column> columns,
String indexSpecification) |
Copyright © 2017. All rights reserved.