Package | Description |
---|---|
oracle.toplink.essentials.internal.databaseaccess | |
oracle.toplink.essentials.platform.database |
Modifier and Type | Method and Description |
---|---|
FieldTypeDefinition |
DatabasePlatform.getFieldTypeDefinition(Class javaClass)
Return the field type object describing this databases platform specific representation
of the Java primitive class name.
|
FieldTypeDefinition |
FieldTypeDefinition.setLimits(int maxPrecision,
int minScale,
int maxScale)
Set the maximum precision and the minimum and maximum scale.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabasePlatform.printFieldTypeSize(Writer writer,
FieldDefinition field,
FieldTypeDefinition fieldType,
AbstractSession session,
String qualifiedFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLPlatform.printFieldTypeSize(Writer writer,
FieldDefinition field,
FieldTypeDefinition fieldType,
AbstractSession session,
String qualifiedFieldName) |
Copyright © 2024. All rights reserved.