Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TMssqlExecute stmt) |
void |
TParseTreeVisitor.preVisit(TMssqlExecute stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TMssqlExecute stmt) |
Modifier and Type | Method and Description |
---|---|
TMssqlExecute |
TInsertSqlStatement.getExecuteStmt()
SQL Server, execute statement used in the insert statement.
|
Modifier and Type | Method and Description |
---|---|
void |
TInsertSqlStatement.setExecuteStmt(TMssqlExecute executeStmt) |
Copyright © 2019. All rights reserved.