JDBaccess is a persistence library for the Java SE platform. It defines major database access operations in an easy usable API. The main interface classes are Transaction, Insert, Update, Delete, Select, Result, Procedure, Function, and CallResult. You select for example database rows by (see the manual for more examples):Select select = new Select(); |


© 2006-2008 JDBaccess.com