SchemaFactorypublic final class HsqlSchemaFactory extends java.lang.Object implements SchemaFactory
| Constructor | Description |
|---|---|
HsqlSchemaFactory() |
| Modifier and Type | Method | 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 SchemaFactoryIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com