org.openmobileis.modules.common.database.jdbc
Interface LabelJDBCQuery
- public interface LabelJDBCQuery
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
getLabelListForCategorie
public java.sql.ResultSet getLabelListForCategorie(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
getLabelWithIds
public java.sql.ResultSet getLabelWithIds(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
insertLabel
public void insertLabel(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
updateLabel
public void updateLabel(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
deleteLabel
public void deleteLabel(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
convertResultSetToLabel
public Label convertResultSetToLabel(java.sql.ResultSet result)
throws DatabaseException
- Throws:
DatabaseException
getDbManager
public ManagerDB getDbManager()
getInsertParamFromLabel
public java.lang.String[] getInsertParamFromLabel(Label label)
getUpdateParamFromLabel
public java.lang.String[] getUpdateParamFromLabel(Label label)
Copyright 2006 OpenMobileIS. All Rights Reserved.