
public class GlueRowImpl extends LinkedCaseInsensitiveMap<Object> implements GlueRow<String,Object>, Serializable, Cloneable
| Constructor and Description |
|---|
GlueRowImpl()
생성자(constructor).
|
GlueRowImpl(int initialCapacity)
생성자(constructor).
|
GlueRowImpl(Map<String,Object> result)
생성자(constructor).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
컬럼명에 해당하는 값을 얻는다.
|
Map<String,Object> |
getAttributes()
하나의 레코드를 표현하는 Map을 리턴한다.
|
void |
setAttribute(String key,
Object value)
해당 컬럼에 값을 설정한다.
|
void |
setAttributes(Map<String,Object> attributes)
하나의 레코드를 표현하는 Map을 설정한다.
|
clear, clone, computeIfAbsent, containsKey, containsValue, convertKey, entrySet, equals, get, getLocale, getOrDefault, hashCode, isEmpty, keySet, put, putAll, putIfAbsent, remove, removeEldestEntry, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic GlueRowImpl()
public GlueRowImpl(int initialCapacity)
initialCapacity - public Object getAttribute(String key)
GlueRowgetAttribute in interface GlueRow<String,Object>key - 컴럼 명public void setAttribute(String key, Object value)
GlueRowsetAttribute in interface GlueRow<String,Object>key - 컬럼 명value - 컬럼 값public Map<String,Object> getAttributes()
GlueRowgetAttributes in interface GlueRow<String,Object>Copyright © 2013–2021 POSCO ICT. All rights reserved.