public class VariableSpecifications
extends java.lang.Object
Constructor and Description |
---|
VariableSpecifications(java.util.List<ColumnIdentifier> variableNames) |
Modifier and Type | Method and Description |
---|---|
void |
add(int bindIndex,
ColumnSpecification spec) |
static VariableSpecifications |
empty()
Returns an empty instance of
VariableSpecifications . |
java.util.List<ColumnSpecification> |
getBindVariables() |
short[] |
getPartitionKeyBindVariableIndexes(TableMetadata metadata)
Returns an array with the same length as the number of partition key columns for the table corresponding
to table.
|
boolean |
isEmpty() |
java.lang.String |
toString() |
public VariableSpecifications(java.util.List<ColumnIdentifier> variableNames)
public static VariableSpecifications empty()
VariableSpecifications
.VariableSpecifications
public boolean isEmpty()
public java.util.List<ColumnSpecification> getBindVariables()
public short[] getPartitionKeyBindVariableIndexes(TableMetadata metadata)
public void add(int bindIndex, ColumnSpecification spec)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009- The Apache Software Foundation