|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlCommand | |
---|---|
org.clazzes.jdbc2xml.schema.impl | |
org.clazzes.jdbc2xml.sql |
Uses of SqlCommand in org.clazzes.jdbc2xml.schema.impl |
---|
Classes in org.clazzes.jdbc2xml.schema.impl that implement SqlCommand | |
---|---|
class |
DropColumnCommand
This class implements a rollback-enabled variant of a drop column statement. |
class |
DropTableCommand
This class implements a rollback-enabled variant of a drop table statement. |
Methods in org.clazzes.jdbc2xml.schema.impl that return SqlCommand | |
---|---|
static SqlCommand |
DDLHelper.buildRenameTable(String renameTableCommand,
String tableName,
String newTableName)
Generate a rename table command. |
Uses of SqlCommand in org.clazzes.jdbc2xml.sql |
---|
Classes in org.clazzes.jdbc2xml.sql that implement SqlCommand | |
---|---|
class |
SimpleSqlCommand
this is a simple SQL command, which performs SQL upadte queries using Statement.executeUpdate(String) . |
Methods in org.clazzes.jdbc2xml.sql that return types with arguments of type SqlCommand | |
---|---|
Enumeration<SqlCommand> |
SqlCommandQueue.commands()
|
Methods in org.clazzes.jdbc2xml.sql with parameters of type SqlCommand | |
---|---|
void |
SqlCommandQueue.pushCommand(SqlCommand command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |