| Package | Description |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.sql.meta.checking |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataType.deepCopy() |
DataType |
DataTypeTransformation.getSource() |
DataType |
DataTypeTransformation.getTarget() |
DataType |
CatalogConversion.matchDataType(DataType from) |
protected DataType |
CatalogConversion.toDataType(ColumnDescription column) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogConversion.addTransformation(DataType from,
DataType to) |
protected String |
CatalogConversion.convertDefaultValueFrom(DataType newDT,
DataType dt,
String defaultValue) |
boolean |
DataType.match(DataType dt) |
DataType |
CatalogConversion.matchDataType(DataType from) |
| Constructor and Description |
|---|
DataTypeTransformation(DataType from,
DataType to) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,DataType> |
JdbcSqlMetaFactory.loadTypes(DatabaseMetaData meta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcSqlMetaFactory.loadColumns(DatabaseMetaData meta,
Map<String,DataType> types,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td) |
Copyright © 2008–2018. All rights reserved.