Package step.datapool.jdbc
Class SQLTableDataPool.SQLRowWrapper
- java.lang.Object
-
- step.core.variables.SimpleStringMap
-
- step.datapool.jdbc.SQLTableDataPool.SQLRowWrapper
-
- Enclosing class:
- SQLTableDataPool
public class SQLTableDataPool.SQLRowWrapper extends SimpleStringMap
-
-
Constructor Summary
Constructors Constructor Description SQLRowWrapper(int rowNum, ConcurrentHashMap<String,Object> row, Object pkValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String key)
boolean
isEmpty()
Set<String>
keySet()
String
put(String key, String value)
int
size()
String
toString()
-
Methods inherited from class step.core.variables.SimpleStringMap
clear, containsKey, containsValue, entrySet, get, putAll, remove, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
get
public String get(String key)
- Specified by:
get
in classSimpleStringMap
-
toString
public String toString()
- Overrides:
toString
in classSimpleStringMap
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
-