Package com.workingdogs.village

Village is a JDBC abstraction layer.

See:
          Description

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.
TableDataSet This class is used for doing select/insert/delete/update on the database.
Value A Value represents a single cell in a database table.
 

Exception Summary
DataSetException A DataSetException is thrown if there is an error.
 

Package com.workingdogs.village Description

Village is a JDBC abstraction layer.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.