Serialized Form


Package com.syncsoft.plainsql

Class com.syncsoft.plainsql.InternalRow extends java.util.ArrayList<java.lang.Object> implements Serializable

serialVersionUID: -5740884727810324451L

Serialized Fields

rowSet

RowSet rowSet

Class com.syncsoft.plainsql.POSSexception extends java.lang.Exception implements Serializable

serialVersionUID: -6517807920287655003L

Class com.syncsoft.plainsql.Row extends java.util.TreeMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: -185192797862415867L

Serialized Fields

rowSet

RowSet rowSet
RowSet to which this Row belongs (could be null)


rowSetIdx

int rowSetIdx

Class com.syncsoft.plainsql.RowSet extends java.util.ArrayList<InternalRow> implements Serializable

serialVersionUID: 418408408705961326L

Serialized Fields

columnLookup

java.util.HashMap<K,V> columnLookup

index

int index

columnNames

java.util.ArrayList<E> columnNames

resultSet

java.sql.ResultSet resultSet
The JDBC result set associated with this RowSet


tableName

PlainTable tableName
tableName if the RowSet was created from a PlainTable (and might therefore be updatable)