Package | Description |
---|---|
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 |
---|---|
TKeyspaceRef |
TCreateIndexSqlNode.getKeyspaceRef() |
TKeyspaceRef |
TDropIndexSqlNode.getKeyspaceRef() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateIndexSqlNode.setKeyspaceRef(TKeyspaceRef keyspaceRef) |
void |
TDropIndexSqlNode.setKeyspaceRef(TKeyspaceRef keyspaceRef) |
Modifier and Type | Method and Description |
---|---|
TKeyspaceRef |
TBuildIndexesSqlNode.getKeyspaceRef() |
Modifier and Type | Method and Description |
---|---|
TKeyspaceRef |
TDropIndexSqlStatement.getKeyspaceRef() |
TKeyspaceRef |
TCreateIndexSqlStatement.getKeyspaceRef() |
Modifier and Type | Method and Description |
---|---|
void |
TDropIndexSqlStatement.setKeyspaceRef(TKeyspaceRef keyspaceRef) |
void |
TCreateIndexSqlStatement.setKeyspaceRef(TKeyspaceRef keyspaceRef) |
Modifier and Type | Method and Description |
---|---|
TKeyspaceRef |
TTBuildIndexesStmt.getKeyspaceRef() |
Copyright © 2019. All rights reserved.