Inheritance diagram for org.openmobileis.examples.server.database.JDBCBaseDataFactory:
Definition at line 41 of file JDBCBaseDataFactory.java.
Public Member Functions | |
JDBCBaseDataFactory () | |
void | createSyncTable () throws DatabaseException, java.sql.SQLException |
void | create (String parameters[]) throws DatabaseException |
void | delete (String parameters[]) throws DatabaseException |
void | update (String parameters[]) throws DatabaseException |
ResultSet | getBaseData (String parameters[]) throws DatabaseException |
ResultSet | getAllBaseData () throws DatabaseException |