Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TExecuteSqlStatement node) |
void |
TParseTreeVisitor.preVisit(TExecuteSqlStatement node) |
Modifier and Type | Method and Description |
---|---|
TExecuteSqlStatement |
TCreateTableSqlStatement.getExecutePreparedStatement() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setExecutePreparedStatement(TExecuteSqlStatement executePreparedStatement) |