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.couchbase | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.couchbase |
Modifier and Type | Method and Description |
---|---|
static EIndexType |
EIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIndexType[] |
EIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EIndexType |
TDummy.indexType |
Modifier and Type | Method and Description |
---|---|
EIndexType |
TCreateIndexSqlNode.getIndexType() |
EIndexType |
TDropIndexSqlNode.getIndexType() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateIndexSqlNode.setIndexType(EIndexType indexType) |
void |
TDropIndexSqlNode.setIndexType(EIndexType indexType) |
Modifier and Type | Method and Description |
---|---|
EIndexType |
TBuildIndexesSqlNode.getIndexType() |
EIndexType |
TIndexRef.getIndexType() |
Modifier and Type | Method and Description |
---|---|
EIndexType |
TDropIndexSqlStatement.getIndexType() |
EIndexType |
TCreateIndexSqlStatement.getIndexType() |
Modifier and Type | Method and Description |
---|---|
void |
TDropIndexSqlStatement.setIndexType(EIndexType indexType) |
void |
TCreateIndexSqlStatement.setIndexType(EIndexType indexType) |
Modifier and Type | Method and Description |
---|---|
EIndexType |
TTBuildIndexesStmt.getIndexType() |
Copyright © 2019. All rights reserved.