-
- All Implemented Interfaces:
public final class MapTableCreated by entaoyang@163.com on 2018/8/26.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMapTable.Companion
-
Method Summary
Modifier and Type Method Description final ConnectiongetMapCon()final HashMap<String, String>getMapValue()final StringgetTableName()final StringgetConnName()final <V extends Any> UnitsetValue(Object thisRef, KProperty<?> property, V value)final <V extends Any> VgetValue(Object thisRef, KProperty<?> property)final UnitputAll(Map<String, String> map)final Unitput(String key, String value)final Integerremove(String key)final Booleanhas(String key)final Stringget(String key)final Unitset(String key, String value)-
-
Method Detail
-
getMapCon
final Connection getMapCon()
-
getMapValue
final HashMap<String, String> getMapValue()
-
getTableName
final String getTableName()
-
getConnName
final String getConnName()
-
-
-
-