Package | Description |
---|---|
com.j_spaces.jdbc |
Provides GigaSpaces JDBC interfaces
|
com.j_spaces.jdbc.builder | |
com.j_spaces.jdbc.parser | |
com.j_spaces.jdbc.parser.grammar |
Modifier and Type | Method and Description |
---|---|
void |
UpdateQuery.setUpdatedValues(List<LiteralNode> values) |
void |
InsertQuery.setValues(ArrayList<LiteralNode> values)
The values to insert.
|
Modifier and Type | Method and Description |
---|---|
QueryTemplatePacket |
QueryTemplateBuilder.buildTemplate(LiteralNode node,
QueryColumnData queryColumnData,
short op,
short nullOp,
FunctionCallDescription functionCallDescription,
ExpNode father)
Build space template
|
Modifier and Type | Class and Description |
---|---|
class |
ContainsItemsRootNode
node holding a root inside contains - points at a subtree of containItemNodes
|
class |
InnerQueryNode
Represents an inner (sub) query in a WHERE clause condition.
|
class |
PreparedNode
This is a Prepared node.
|
Modifier and Type | Field and Description |
---|---|
protected HashSet<LiteralNode> |
AbstractInNode.valuesList |
Modifier and Type | Method and Description |
---|---|
Set<LiteralNode> |
AbstractInNode.getValuesList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInNode.setValuesList(HashSet<LiteralNode> valuesList) |
Modifier and Type | Method and Description |
---|---|
LiteralNode |
SqlParser.parseInValue(AbstractDMLQuery query) |
Modifier and Type | Method and Description |
---|---|
HashSet<LiteralNode> |
SqlParser.inValueList(AbstractDMLQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
SqlParser.setColumnValue(UpdateQuery updateQuery,
ArrayList<LiteralNode> newValues) |
Copyright © GigaSpaces.