|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataType | |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.sql.meta.checking | |
| Uses of DataType in com.agimatec.dbtransform |
|---|
| Methods in com.agimatec.dbtransform that return DataType | |
|---|---|
DataType |
DataType.deepCopy()
|
DataType |
DataTypeTransformation.getSource()
|
DataType |
DataTypeTransformation.getTarget()
|
DataType |
CatalogConversion.matchDataType(DataType from)
|
protected DataType |
CatalogConversion.toDataType(ColumnDescription column)
|
| Methods in com.agimatec.dbtransform with parameters of type DataType | |
|---|---|
void |
CatalogConversion.addTransformation(DataType from,
DataType to)
|
protected java.lang.String |
CatalogConversion.convertDefaultValueFrom(DataType newDT,
DataType dt,
java.lang.String defaultValue)
|
boolean |
DataType.match(DataType dt)
|
DataType |
CatalogConversion.matchDataType(DataType from)
|
| Constructors in com.agimatec.dbtransform with parameters of type DataType | |
|---|---|
DataTypeTransformation(DataType from,
DataType to)
|
|
| Uses of DataType in com.agimatec.sql.meta.checking |
|---|
| Methods in com.agimatec.sql.meta.checking that return types with arguments of type DataType | |
|---|---|
protected java.util.Map<java.lang.String,DataType> |
JdbcSqlMetaFactory.loadTypes(java.sql.DatabaseMetaData meta)
|
| Method parameters in com.agimatec.sql.meta.checking with type arguments of type DataType | |
|---|---|
protected void |
JdbcSqlMetaFactory.loadColumns(java.sql.DatabaseMetaData meta,
java.util.Map<java.lang.String,DataType> types,
JdbcSqlMetaFactory.TableIdentifier tid,
TableDescription td)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||