Class Summary |
Column |
This class represents a Column in the database and its associated meta information. |
DataSet |
The DataSet represents a table in the database. |
Enums |
A class for constants. |
KeyDef |
A KeyDef is a way to define the key columns in a table. |
QueryDataSet |
This class is used for doing SQL select statements on the database. |
Record |
A Record represents a row in the database. |
Schema |
The Schema object represents the Columns in a
database table. |
SelectStmt |
SelectStmt isn't implemented yet. |
TableDataSet |
This class is used for doing select/insert/delete/update on the database. |
TestMySQL |
This class is used for testing the functionality of this product. |
Value |
A Value represents a single cell in a database table. |