Package com.ptsmods.mysqlw.query
Class SelectResults.SelectResultRow
- Enclosing class:
SelectResults
A row in
SelectResults-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) entrySet()<T> TReturns a type registered usingDatabase.registerTypeConverter(Class, Function, Function).booleangetBoolean(String column) bytebyte[]getByteArray(String column) doublefloatintlongshortgetTimestamp(String column) toString()Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getColumns
- Returns:
- A list of all columns in this row.
-
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classAbstractMap<String,Object>
-
get
-
getString
-
getUUID
-
getNumber
-
getBoolean
-
getByte
-
getShort
-
getInt
-
getLong
-
getFloat
-
getDouble
-
getTimestamp
-
getDate
-
getTime
-
getByteArray
-
getBlob
-
get
Returns a type registered usingDatabase.registerTypeConverter(Class, Function, Function).- Type Parameters:
T- The generic type of the object.- Parameters:
column- The column to get the object from.type- The class of the object.- Returns:
- The object in this column.
-
entrySet
-