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