Package net.java.ao.schema.ddl
Class DDLTable
java.lang.Object
net.java.ao.schema.ddl.DDLTable
Database-agnostic representation of a table within the schema. A
table logically contains fields, keys and indexes (as represented
by this class).
- Author:
- Daniel Spiewak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
DDLField[]
DDLIndex[]
getName()
int
hashCode()
void
void
setForeignKeys
(DDLForeignKey[] foreignKeys) void
setIndexes
(DDLIndex[] indexes) void
toString()
-
Constructor Details
-
DDLTable
public DDLTable()
-
-
Method Details