Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.mssql | |
gudusoft.gsqlparser.nodes.teradata | |
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.mysql |
Modifier and Type | Field and Description |
---|---|
ESqlStatementType |
TSqlCmds.TSqlCmd.sqlstatementtype |
ESqlStatementType |
TCustomSqlStatement.sqlstatementtype
Type of this statement.
|
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TSqlCmds.findmssqlcmdusedbyyacc(TSourceToken pcst) |
ESqlStatementType |
TSqlCmds.findsybasecmdusedbyyacc(TSourceToken pcst) |
static ESqlStatementType |
ESqlStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESqlStatementType[] |
ESqlStatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
ESqlStatementType |
TDummy.sqlstatementtype |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TDmlEventItem.getDmlType() |
ESqlStatementType |
TStubStmtSqlNode.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TDmlEventItem.setDmlType(ESqlStatementType dmlType) |
void |
TStubStmtSqlNode.setSqlStatementType(ESqlStatementType sqlStatementType) |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TMssqlStmtStubSqlNode.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlStmtStubSqlNode.setSqlStatementType(ESqlStatementType sqlStatementType) |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TTeradataStmtStubSqlNode.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TTeradataStmtStubSqlNode.setSqlStatementType(ESqlStatementType sqlStatementType) |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TDb2StmtStub.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2StmtStub.setSqlStatementType(ESqlStatementType sqlStatementType) |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TMssqlStmtStub.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlStmtStub.setSqlStatementType(ESqlStatementType sqlStatementType) |
Modifier and Type | Method and Description |
---|---|
ESqlStatementType |
TMySQLStmtStub.getSqlStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLStmtStub.setSqlStatementType(ESqlStatementType sqlStatementType) |
Copyright © 2019. All rights reserved.