public class SQLTable extends SimpleList<java.lang.Object>
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLE| Constructor and Description |
|---|
SQLTable() |
| Modifier and Type | Method and Description |
|---|---|
static SQLTable |
create(java.sql.ResultSet executeQuery,
SendableEntityCreator creator) |
static SQLTable |
create(java.sql.ResultSet executeQuery,
SQLStatement statement,
boolean dynamic) |
static SQLTable |
create(java.sql.ResultSet executeQuery,
java.lang.String[] properties,
java.lang.String table,
boolean isDynamicResult) |
SimpleList<java.lang.Object> |
getColumnValue(java.lang.String column) |
java.lang.String |
getTable() |
boolean |
isSimple() |
SQLTable |
withSimple(boolean value) |
clone, filter, getNewList, remove, subList, withadd, add, addAll, addAll, ceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, remove, set, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static SQLTable create(java.sql.ResultSet executeQuery, SQLStatement statement, boolean dynamic)
public static SQLTable create(java.sql.ResultSet executeQuery, SendableEntityCreator creator)
public SimpleList<java.lang.Object> getColumnValue(java.lang.String column)
public static SQLTable create(java.sql.ResultSet executeQuery, java.lang.String[] properties, java.lang.String table, boolean isDynamicResult)
public java.lang.String getTable()
public boolean isSimple()
public SQLTable withSimple(boolean value)