public interface ReadableTuple
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(int column) |
byte[] |
getBytes(int column) |
ReadableTuple |
getCopy() |
double |
getDouble(int column) |
float |
getFloat(int column) |
int |
getInt(int column) |
long |
getLong(int column) |
java.lang.String |
getString(int column) |
Representable[] |
getTypes() |
Representable[] getTypes()
int getInt(int column)
long getLong(int column)
float getFloat(int column)
double getDouble(int column)
boolean getBoolean(int column)
java.lang.String getString(int column)
byte[] getBytes(int column)
ReadableTuple getCopy()