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.
|
org.castor.ddlgen.typeinfo |
This package contains various type definitions which implement the TypeInfo
interface.
|
Modifier and Type | Method and Description |
---|---|
Field |
SchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Db2Field
DB2 field.
|
Modifier and Type | Method and Description |
---|---|
Field |
Db2SchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyField
Derby Field.
|
Modifier and Type | Method and Description |
---|---|
Field |
DerbySchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HsqlField
HSQL Field.
|
Modifier and Type | Method and Description |
---|---|
Field |
HsqlSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MssqlField
Microsoft SQL server field.
|
Modifier and Type | Method and Description |
---|---|
Field |
MssqlSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MysqlField
MySQL field.
|
Modifier and Type | Method and Description |
---|---|
Field |
MysqlSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Method and Description |
---|---|
Field |
OracleSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PointBaseField
PointBase field.
|
Modifier and Type | Method and Description |
---|---|
Field |
PointBaseSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresqlField
PostgreSQL field.
|
Modifier and Type | Method and Description |
---|---|
Field |
PostgresqlSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Method and Description |
---|---|
Field |
SapdbSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SybaseField
Sybase Field.
|
Modifier and Type | Method and Description |
---|---|
Field |
SybaseSchemaFactory.createField()
Create field objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultField
Default field.
|
Modifier and Type | Method and Description |
---|---|
Field |
ForeignKey.getField(int index)
Get foreign key field at given index.
|
Field |
Index.getField(int index)
Get index field at given index.
|
Field |
Table.getField(int index)
Get field at given index.
|
Field |
PrimaryKey.getField(int index)
Get primary key field at given index.
|
Field |
Table.getField(String name)
Get field with given name.
|
Field |
ForeignKey.getReferenceField(int index)
Get field referenced by the foreign key at given index.
|
Modifier and Type | Method and Description |
---|---|
void |
ForeignKey.addField(Field field)
Add given field to list of foreign key fields.
|
void |
Index.addField(Field field)
Add given field to list of index fields.
|
void |
Table.addField(Field field)
Add given field to list of fields.
|
void |
PrimaryKey.addField(Field field)
Add given field to list of primary key fields.
|
void |
ForeignKey.addReferenceField(Field field)
Add given field to list of fields referenced by the foreign key.
|
void |
Field.merge(Field field)
Check if given field can be merged with this one.
|
Modifier and Type | Method and Description |
---|---|
String |
OptionalPrecisionDecimalsType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
LobType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
NotSupportedType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
OptionalLengthType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
RequiredLengthType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
TypeInfo.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
OptionalPrecisionType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
NoParamType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
String |
RequiredPrecisionType.toDDL(Field field)
Build DDL string with SQL type and parameters.
|
Copyright © 2016. All rights reserved.