JDBaccess API 1.0
A B C D E F G H I P R S T U X

D

DAFactory - Class in com.jdbaccess.da
Factory for all types of data access such as Select, Insert, Update, Delete, Function, Procedure and also Transaction.
DAFactory() - Constructor for class com.jdbaccess.da.DAFactory
 
DataAccess - Interface in com.jdbaccess.da
Super interface for all types of data access such as Insert, Update, Delete, Select and Call (Function, Procedure).
DataAccessObject - Interface in com.jdbaccess.dao
Super interface of all data access object interfaces.
DataAccessObjectImpl - Class in com.jdbaccess.dao
Abstract super class of all data access object implementation classes.
DataAccessObjectImpl() - Constructor for class com.jdbaccess.dao.DataAccessObjectImpl
Construction of the data access object implementation.
DataAccessObjectImpl(Transaction) - Constructor for class com.jdbaccess.dao.DataAccessObjectImpl
Construction of the data access object implementation with this transaction.
Delete - Interface in com.jdbaccess.da
Interface for the deletion of objects.
delete(TransferObject) - Method in interface com.jdbaccess.dao.DataAccessObject
Deletes one database row (wit the id of the transfer object) or delete some database rows (with the whereCondition of the transfer object)
delete(TransferObject) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
deleteAll(String) - Method in interface com.jdbaccess.dao.DataAccessObject
Deletes all rows for that entity
deleteAll(String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
dropFunction(String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
dropProcedure(String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
dropSequence(String) - Method in interface com.jdbaccess.dao.DataAccessObject
Drops sequence with that sequence name
dropSequence(String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 
dropTable(String) - Method in interface com.jdbaccess.dao.DataAccessObject
Drops table with that table name
dropTable(String) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
 

JDBaccess API 1.0
A B C D E F G H I P R S T U X
Copyright © 2005-2006 JDBaccess.com, Königsweg 210, D-14129 Berlin, Germany. All Rights Reserved.