|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlCommandQueue | |
---|---|
org.clazzes.jdbc2xml.schema | |
org.clazzes.jdbc2xml.schema.impl |
Uses of SqlCommandQueue in org.clazzes.jdbc2xml.schema |
---|
Methods in org.clazzes.jdbc2xml.schema with parameters of type SqlCommandQueue | |
---|---|
void |
Dialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
Push the add column command to a command queue. |
void |
Dialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
Push the add foreign key command to a command queue. |
void |
Dialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
Push the add index command to a command queue. |
void |
Dialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
Rename and change the datatype of a database column. |
void |
Dialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
Push the create table command to a command queue. |
void |
Dialect.pushDropColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
Push the drop column command to a command queue. |
void |
Dialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
Push the drop foreign key command to a command queue. |
void |
Dialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
Push the drop index command to a command queue. |
void |
Dialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
Push the drop table command to a command queue. |
void |
Dialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
Modify the datatype of a database column. |
void |
Dialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
Push a rename table command to a command queue. |
Uses of SqlCommandQueue in org.clazzes.jdbc2xml.schema.impl |
---|
Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type SqlCommandQueue | |
---|---|
void |
MySQLDialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
|
void |
PostgreSQLDialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
|
void |
DerbyDialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
|
void |
MSSQLServerDialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
|
void |
OracleDialect.pushAddColumn(SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci)
|
void |
MySQLDialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
PostgreSQLDialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
DerbyDialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
MSSQLServerDialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
OracleDialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
MySQLDialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
PostgreSQLDialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
DerbyDialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
MSSQLServerDialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
OracleDialect.pushAddIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
MySQLDialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
PostgreSQLDialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
DerbyDialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
MSSQLServerDialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
OracleDialect.pushChangeColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
MySQLDialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
|
void |
PostgreSQLDialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
|
void |
DerbyDialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
|
void |
MSSQLServerDialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
|
void |
OracleDialect.pushCreateTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti)
|
void |
MySQLDialect.pushDropColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
|
void |
PostgreSQLDialect.pushDropColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
|
void |
DerbyDialect.pushDropColumn(ISchemaEngine schema,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
|
void |
MSSQLServerDialect.pushDropColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
|
void |
OracleDialect.pushDropColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo ci,
boolean force)
|
void |
MySQLDialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
PostgreSQLDialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
DerbyDialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
MSSQLServerDialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
OracleDialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
|
void |
MySQLDialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
PostgreSQLDialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
DerbyDialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
MSSQLServerDialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
OracleDialect.pushDropIndex(SqlCommandQueue queue,
TableInfo ti,
IndexInfo indexInfo)
|
void |
MySQLDialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
|
void |
PostgreSQLDialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
|
void |
DerbyDialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
|
void |
MSSQLServerDialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
|
void |
OracleDialect.pushDropTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
boolean force)
|
void |
MySQLDialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
PostgreSQLDialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
DerbyDialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
MSSQLServerDialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
OracleDialect.pushModifyColumn(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
ColumnInfo oldColumnInfo,
ColumnInfo newColumnInfo)
|
void |
MySQLDialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
|
void |
PostgreSQLDialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
|
void |
DerbyDialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
|
void |
MSSQLServerDialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
|
void |
OracleDialect.pushRenameTable(ISchemaEngine schemaEngine,
SqlCommandQueue queue,
TableInfo ti,
String newTableName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |