| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBool(String name) |
ByteBuffer |
getBytes(String name) |
ByteBuffer |
getBytesUnsafe(String name) |
Date |
getDate(String name) |
BigDecimal |
getDecimal(String name) |
<T extends Enum<T>> |
getEnum(String name,
Class<T> enumType) |
Float |
getFloat(String name) |
InetAddress |
getInet(String name) |
Integer |
getInt(String name) |
<T> com.google.common.collect.ImmutableList<T> |
getList(String name,
Class<T> elementsClass) |
Long |
getLong(String name) |
<K,V> com.google.common.collect.ImmutableMap<K,V> |
getMap(String name,
Class<K> keysClass,
Class<V> valuesClass) |
<T> T |
getObject(String name,
Class<T> type) |
<T> com.google.common.collect.ImmutableSet<T> |
getSet(String name,
Class<T> elementsClass) |
String |
getString(String name) |
Integer |
getTtl(String name) |
com.datastax.driver.core.UDTValue |
getUDTValue(String name) |
UUID |
getUUID(String name) |
<T> T |
getValue(ColumnName<T> name) |
BigInteger |
getVarint(String name) |
Long |
getWritetime(String name) |
boolean |
isNull(String name) |
getAllExecutionInfo, getExecutionInfo, wasAppliedLong getWritetime(String name)
name - the column nameInteger getTtl(String name)
name - the column namenullboolean isNull(String name)
name - the column nameLong getLong(String name)
name - the column nameString getString(String name)
name - the column nameBoolean getBool(String name)
name - the column nameByteBuffer getBytes(String name)
name - the column nameByteBuffer getBytesUnsafe(String name)
name - the column nameFloat getFloat(String name)
name - the column nameDate getDate(String name)
name - the column nameBigDecimal getDecimal(String name)
name - the column nameInteger getInt(String name)
name - the column nameInetAddress getInet(String name)
name - the column nameBigInteger getVarint(String name)
name - the column nameUUID getUUID(String name)
name - the column namecom.datastax.driver.core.UDTValue getUDTValue(String name)
name - the column name<T extends Enum<T>> T getEnum(String name, Class<T> enumType)
T - the enum type classname - the column nameenumType - the enum type<T> T getValue(ColumnName<T> name)
T - the name typename - the column name<T> T getObject(String name, Class<T> type)
T - the result typename - the column nametype - the class for value to retrieve.<T> com.google.common.collect.ImmutableSet<T> getSet(String name, Class<T> elementsClass)
T - the set member typename - the column nameelementsClass - the class for the elements of the set to retrieve<T> com.google.common.collect.ImmutableList<T> getList(String name, Class<T> elementsClass)
T - the list member typename - the column nameelementsClass - the class for the elements of the list to retrieve<K,V> com.google.common.collect.ImmutableMap<K,V> getMap(String name, Class<K> keysClass, Class<V> valuesClass)
K - the member key typeV - the member key valuename - the column namekeysClass - the class for the key elementvaluesClass - the class for the value elementCopyright © 2012–2015 1&1. All rights reserved.