This method gets the data from a column in the datastore. If the column doesn't exist it will return null.
Parameters: colName - The name of the column in the data store.
This method gets the original data (before any modifications were made) from a column in the datastore.
Parameters: colNo - the column in the data store.
This method gets the original data (before any modifications were made) from a column in the datastore.
Parameters: colName - the column in the data store.
Use this method to populate the row from a result set. The result set must be 100% compatible with the structure of the datastore or an exception will be thrown.
This method sets the value of the column colName.
Parameters: colName - String The column to set. Parameters: data - Object The value to set the column to.