com.workingdogs.village |
|
Java Source File Name | Type | Comment |
Column.java | Class | This class represents a Column in the database and its associated meta information. |
DataSet.java | Class | The DataSet represents a table in the database. |
DataSetException.java | Class | A DataSetException is thrown if there is an error.
author: Jon S. |
Enums.java | Class | A class for constants.
author: Jon S. |
KeyDef.java | Class | A KeyDef is a way to define the key columns in a table. |
QueryDataSet.java | Class | This class is used for doing SQL select statements on the database. |
Record.java | Class | A Record represents a row in the database. |
Schema.java | Class | The Schema object represents the Columns in a database table. |
SelectStmt.java | Class | SelectStmt isn't implemented yet.
author: Jon S. |
TableDataSet.java | Class | This class is used for doing select/insert/delete/update on the database. |
TestMySQL.java | Class | This class is used for testing the functionality of this product. |
Value.java | Class | A Value represents a single cell in a database table. |