Package | Description |
---|---|
oracle.toplink.essentials.internal.databaseaccess | |
oracle.toplink.essentials.platform.database | |
oracle.toplink.essentials.tools.schemaframework |
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) |
Modifier and Type | Method and Description |
---|---|
void |
TableDefinition.addField(FieldDefinition field)
PUBLIC:
Add the field to the table.
|
protected ForeignKeyConstraint |
TableDefinition.buildForeignKeyConstraint(FieldDefinition field,
DatabasePlatform platform)
Build a foriegn key constraint using FieldDefinition.getForeignKeyFieldName().
|
Copyright © 2023. All rights reserved.