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) |
java.util.List<ColumnSpecification> |
getSpecifications() |
int |
size() |
public VariableSpecifications(java.util.List<ColumnIdentifier> variableNames)
public int size()
public java.util.List<ColumnSpecification> getSpecifications()
public void add(int bindIndex, ColumnSpecification spec)
Copyright © 2013 The Apache Software Foundation