|
||||||||||
| 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. |
| 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 with parameters of type SqlCommand | |
|---|---|
void |
SqlCommandQueue.pushCommand(SqlCommand command)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||