Serialized Form
Package org.quickconnectfamily.dbaccess |
columnNames
java.lang.String[] columnNames
- An Array of Strings that includes all of the field names of the resultant table of a query.
results
java.util.ArrayList<E> results
- An ArrayList of ArrayLists of Strings containing the resultant data of a query. All values in this 'table' are Strings regardless
of their underlying type.
errorDescription
java.lang.String errorDescription
- A String describing any database error that occurred as part of a DataAccessObject getData or setData call. If no error occured
then this attribute is null.
Package org.quickconnectfamily.json |
serialVersionUID: -9091548358671542859L
serialVersionUID: -7880698968187728548L
errorType
int errorType
unexpectedObject
java.lang.Object unexpectedObject
position
int position
Package org.quickconnectfamily.sync |
lastSyncTime
java.lang.String lastSyncTime
syncInfo
java.util.ArrayList<E> syncInfo
insertionTime
java.lang.String insertionTime
key
java.lang.String key
values
java.util.ArrayList<E> values