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.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.mssql |
Modifier and Type | Method and Description |
---|---|
static ETriggerTimingPoint |
ETriggerTimingPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETriggerTimingPoint[] |
ETriggerTimingPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ETriggerTimingPoint |
TCreateTriggerSqlNode.getTimingPoint() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTriggerSqlNode.setTimingPoint(ETriggerTimingPoint timingPoint) |
Modifier and Type | Method and Description |
---|---|
ETriggerTimingPoint |
TCreateTriggerStmt.getTimingPoint()
Deprecated.
As of v2.0.1.0, replaced by
TCreateTriggerStmt.getTriggeringClause() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTriggerStmt.setTimingPoint(ETriggerTimingPoint timingPoint) |
Modifier and Type | Method and Description |
---|---|
ETriggerTimingPoint |
TMssqlCreateTrigger.getTimingPoint()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TMssqlCreateTrigger.setTimingPoint(ETriggerTimingPoint timingPoint)
Deprecated.
|
Copyright © 2019. All rights reserved.