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.VariableSpecificationspublic 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.ObjectCopyright © 2009-2022 The Apache Software Foundation