|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnType | |
---|---|
de.schwarzrot.data.access.support | helper classes used by the data accessors |
de.schwarzrot.data.meta | domain classes used to build database model definitions |
Uses of ColumnType in de.schwarzrot.data.access.support |
---|
Methods in de.schwarzrot.data.access.support that return ColumnType | |
---|---|
ColumnType |
DbUtil.getTypeFrom(int sqlType)
maps SQL types to logical ColumnType s used by application |
ColumnType |
AbstractDbUtils.getTypeFrom(int sqlType)
|
protected ColumnType |
PgUtils.getTypeFrom(String rawType)
|
Uses of ColumnType in de.schwarzrot.data.meta |
---|
Methods in de.schwarzrot.data.meta that return ColumnType | |
---|---|
ColumnType |
ColumnMetaData.getType()
|
ColumnType |
ColumnDefinition.getType()
|
ColumnType |
AttributeDomain.getType()
|
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.schwarzrot.data.meta that return types with arguments of type ColumnType | |
---|---|
Map<ColumnType,Map<String,AttributeDomain>> |
DatabaseModel.getDomainAccess()
|
Methods in de.schwarzrot.data.meta with parameters of type ColumnType | |
---|---|
AttributeDomain |
DatabaseModel.findAttributeDomain(ColumnType ct,
int size)
|
AttributeDomain |
DatabaseModel.findAttributeDomain(ColumnType ct,
int size,
int decimals,
boolean autoIncrement)
|
void |
ColumnMetaData.setType(ColumnType type)
|
void |
AttributeDomain.setType(ColumnType type)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |