public static class GPreparedStatement.PreparedValuesCollection extends Object implements SmartExternalizable
Constructor and Description |
---|
PreparedValuesCollection() |
PreparedValuesCollection(int numberOfValues) |
Modifier and Type | Method and Description |
---|---|
void |
addBatch() |
boolean |
allValuesAreSet() |
void |
clear() |
List<Object[]> |
getBatchValues() |
Object[] |
getCurrentValues() |
void |
readExternal(ObjectInput in) |
void |
resetCurrentValues() |
void |
setValue(int index,
Object value) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public PreparedValuesCollection()
public PreparedValuesCollection(int numberOfValues)
public boolean allValuesAreSet()
public void setValue(int index, Object value)
public Object[] getCurrentValues()
public void addBatch()
public void resetCurrentValues()
public int size()
public void clear()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.