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 |
---|---|
TPTNodeList<TInsertIntoValue> |
TInsertSqlNode.getElseIntoValues() |
TPTNodeList<TInsertIntoValue> |
TInsertSqlNode.getInsertIntoValues() |
TPTNodeList<TInsertIntoValue> |
TInsertCondition.getInsertIntoValues() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TInsertIntoValue node) |
void |
TParseTreeVisitor.preVisit(TInsertIntoValue node) |
Modifier and Type | Method and Description |
---|---|
void |
TInsertSqlNode.setElseIntoValues(TPTNodeList<TInsertIntoValue> elseIntoValues) |
void |
TInsertSqlNode.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues) |
void |
TInsertCondition.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TInsertIntoValue node) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TInsertIntoValue> |
TInsertSqlStatement.getElseIntoValues()
Oracle, values in else clause
|
TPTNodeList<TInsertIntoValue> |
TInsertSqlStatement.getInsertIntoValues()
Oracle insert into values used after insert all/first clause
|
Modifier and Type | Method and Description |
---|---|
void |
TInsertSqlStatement.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues) |
Copyright © 2019. All rights reserved.