Serialized Form
Package org.quickconnect.dbaccess |
Class org.quickconnect.dbaccess.DataAccessException extends java.lang.Exception implements Serializable |
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.