org.openmobileis.examples.server.database
Class JDBCBaseDataFactory
java.lang.Object
org.openmobileis.common.util.database.AbstractQueryManager
org.openmobileis.examples.server.database.JDBCBaseDataFactory
- public final class JDBCBaseDataFactory
- extends AbstractQueryManager
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class org.openmobileis.common.util.database.AbstractQueryManager |
buildDynamicQuery, buildQuery, close, executeBlobUpdate, executeDynamicQuery, executeDynamicUpdate, executeQuery, executeUpdate, getDbManager, makeSQLList, registerManagerDB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCBaseDataFactory
public JDBCBaseDataFactory()
createSyncTable
public void createSyncTable()
throws DatabaseException,
java.sql.SQLException
- Throws:
DatabaseException
java.sql.SQLException
create
public void create(java.lang.String[] parameters)
throws DatabaseException
- Throws:
DatabaseException
delete
public void delete(java.lang.String[] parameters)
throws DatabaseException
- Throws:
DatabaseException
update
public void update(java.lang.String[] parameters)
throws DatabaseException
- Throws:
DatabaseException
getBaseData
public java.sql.ResultSet getBaseData(java.lang.String[] parameters)
throws DatabaseException
- Throws:
DatabaseException
getAllBaseData
public java.sql.ResultSet getAllBaseData()
throws DatabaseException
- Throws:
DatabaseException
Copyright 2005 e-Care. All Rights Reserved.