public interface SchemaFactory
Modifier and Type | Method and Description |
---|---|
Field |
createField()
Create field objects.
|
ForeignKey |
createForeignKey()
Create foreign key objects.
|
Index |
createIndex()
Create index objects.
|
PrimaryKey |
createPrimaryKey()
Create primary key objects.
|
Schema |
createSchema()
Create schema objects.
|
Table |
createTable()
Create table objects.
|
Schema createSchema()
Table createTable()
Field createField()
ForeignKey createForeignKey()
Index createIndex()
PrimaryKey createPrimaryKey()
Copyright © 2016. All rights reserved.