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 |
---|---|
Schema |
SchemaFactory.createSchema()
Create schema objects.
|
Schema |
AbstractGenerator.getSchema()
Get schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Db2SchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
DerbySchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
HsqlSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
MssqlSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MysqlSchema
MySQL schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
MysqlSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
OracleSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
PointBaseSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
PostgresqlSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SapdbSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SybaseSchemaFactory.createSchema()
Create schema objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSchema
Default schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Table.getSchema()
Get schema this table belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setSchema(Schema schema)
Set schema this table belongs to.
|
Copyright © 2013. All rights reserved.