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