Package | Description |
---|---|
org.castor.ddlgen |
This package contains functional classes, exceptions and Main class for
DDL generator.
|
org.castor.ddlgen.engine.db2 |
This package contains final classes to create DDL for DB2.
|
org.castor.ddlgen.engine.derby |
This package contains final classes to create DDL for Derby.
|
org.castor.ddlgen.engine.hsql |
This package contains final classes to create DDL for Hsql.
|
org.castor.ddlgen.engine.mssql |
This package contains final classes to create DDL for Microsoft SQL Server.
|
org.castor.ddlgen.engine.mysql |
This package contains final classes to create DDL for MySQL.
|
org.castor.ddlgen.engine.oracle |
This package contains final classes to create DDL for Oracle.
|
org.castor.ddlgen.engine.pointbase |
This package contains final classes to create DDL for PointBase.
|
org.castor.ddlgen.engine.postgresql |
This package contains final classes to create DDL for PostgreSQL.
|
org.castor.ddlgen.engine.sapdb |
This package contains final classes to create DDL for SapDB.
|
org.castor.ddlgen.engine.sybase |
This package contains final classes to create DDL for Sybase.
|
org.castor.ddlgen.schemaobject |
This package contains SchemaObject's for ddl generation including Table, Field,
KeyGenerator, Index, Schema,ForeignKey and PrimaryKey.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
SchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
Db2SchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
DerbySchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
HsqlSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
MssqlSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MysqlForeignKey
Foreign key of MySQL database engine.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
MysqlSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
OracleSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
PointBaseSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
PostgresqlSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
SapdbSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
SybaseSchemaFactory.createForeignKey()
Create foreign key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultForeignKey
Default foreign key.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
Table.getForeignKey(int index)
Get foreign key at given index.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addForeignKey(ForeignKey foreignKey)
Add given foreign key to list of foreign keys.
|
void |
ForeignKey.merge(ForeignKey fk)
Check if given foreign key can be merged with this one.
|
Copyright © 2014. All rights reserved.