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 |
---|---|
Index |
SchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
Db2SchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
DerbySchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
HsqlSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
MssqlSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
MysqlSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
OracleSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
PointBaseSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
PostgresqlSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
SapdbSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Method and Description |
---|---|
Index |
SybaseSchemaFactory.createIndex()
Create index objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndex
Default index.
|
Modifier and Type | Method and Description |
---|---|
Index |
Table.getIndex(int index)
Get index at given index.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addIndex(Index index)
Add given index to list of indices.
|
Copyright © 2016. All rights reserved.