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 |
---|---|
PrimaryKey |
SchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Db2PrimaryKey
Primary key of DB2 database engine.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
Db2SchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
DerbySchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HsqlPrimaryKey
Primary key of HSQL database engine.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
HsqlSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MssqlPrimaryKey
Primary key of Microsoft SQL server database engine.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
MssqlSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
MysqlSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
OracleSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PointBasePrimaryKey
Primary key of PointBase database engine.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
PointBaseSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
PostgresqlSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
SapdbSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
SybaseSchemaFactory.createPrimaryKey()
Create primary key objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPrimaryKey
Default primary key.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
Table.getPrimaryKey()
Get primary key with identities of this table.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setPrimaryKey(PrimaryKey primaryKey)
Set primary key with identities of this table.
|
Copyright © 2018. All rights reserved.