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 TypeMethodDescriptionbooleanDDLField[]DDLIndex[]getName()inthashCode()voidvoidsetForeignKeys(DDLForeignKey[] foreignKeys) voidsetIndexes(DDLIndex[] indexes) voidtoString()
-
Constructor Details
-
DDLTable
public DDLTable()
-
-
Method Details