SchemaFactory
public final class SybaseSchemaFactory extends java.lang.Object implements SchemaFactory
Constructor | Description |
---|---|
SybaseSchemaFactory() |
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 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
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com