public final class SapdbSchemaFactory extends Object implements SchemaFactory
| Constructor and Description |
|---|
SapdbSchemaFactory() |
| 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.
|
public Schema createSchema()
createSchema in interface SchemaFactorypublic Table createTable()
createTable in interface SchemaFactorypublic Field createField()
createField in interface SchemaFactorypublic ForeignKey createForeignKey()
createForeignKey in interface SchemaFactorypublic Index createIndex()
createIndex in interface SchemaFactorypublic PrimaryKey createPrimaryKey()
createPrimaryKey in interface SchemaFactoryCopyright © 2014. All rights reserved.