- 既知の実装クラスのリスト:
BasicRowMap
A instance represents a row in a table. This interface extends
Map<String,Object> . The
key is represented by canonical case defined by Sorm.- 作成者:
- yuu_nkjm
-
ネストされたクラスの概要
-
メソッドの概要
修飾子とタイプメソッド説明static RowMapcreate()static RowMap<T> T[]getInteger(String key) getLocalDate(String key) getLocalDateTime(String key) getLocalTime(String key) getObjectList(String... key) getStringList(String... keys) static RowMapstatic RowMapstatic RowMapstatic RowMapstatic RowMapof(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5) static RowMapインタフェースから継承されたメソッド java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
メソッドの詳細
-
create
-
create
-
of
-
of
-
of
-
of
-
of
-
of
-
getArray
-
getDouble
-
getFloat
-
getInteger
-
getLocalDate
-
getLocalDateTime
-
getLocalTime
-
getLong
-
getObject
-
getString
-
getObjectList
-
getStringList
-