|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
DataSource
interfaceDBProperties
class.internal properties
class
DBStatement
interface can extend.DBAbstractStatement
class and overrides the specific SQL statements for the:
Select statement
Update statement
Insert statement
Delete statement
This is the default implementation of the DBStatement
used by jLips if none is specified by the application.DataSource
The class is abstract, so the extending class must set up the wrapped DataSourcePrimaryKeyHandler
for the specified table
Given a table, the factory will create a primary key handler
and return it.
DBTableColumnInfo
objects for all the
fields in the specified table
DBTableInfo
objects for all the
tables in the database
IntegerPrimaryKeyHandler.getNextPrimaryKey()
reference
to the
initialisation properties given to jLips when it was initialised by the application.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |