com.tekann.codegen.pda.db
Interface DatabaseMessages
- All Known Implementing Classes:
- Messages
public interface DatabaseMessages
Database message codes.
- Author:
- Evandro Rathke
CONNECTION_ERROR
static final int CONNECTION_ERROR
- See Also:
- Constant Field Values
CONVERT_ERROR
static final int CONVERT_ERROR
- See Also:
- Constant Field Values
ERROR_DELETE
static final int ERROR_DELETE
- See Also:
- Constant Field Values
ERROR_INSERT
static final int ERROR_INSERT
- See Also:
- Constant Field Values
ERROR_DUPLICATED_ROW
static final int ERROR_DUPLICATED_ROW
- See Also:
- Constant Field Values
ERROR_SELECT
static final int ERROR_SELECT
- See Also:
- Constant Field Values
ERROR_SYNC
static final int ERROR_SYNC
- See Also:
- Constant Field Values
ERROR_SYNC_OUT_OF_BOUNDS
static final int ERROR_SYNC_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
ERROR_UPDATE
static final int ERROR_UPDATE
- See Also:
- Constant Field Values
SUCCESS_DELETE
static final int SUCCESS_DELETE
- See Also:
- Constant Field Values
SUCCESS_INSERT
static final int SUCCESS_INSERT
- See Also:
- Constant Field Values
SUCCESS_SELECT
static final int SUCCESS_SELECT
- See Also:
- Constant Field Values
SUCCESS_SYNC
static final int SUCCESS_SYNC
- See Also:
- Constant Field Values
SUCCESS_UPDATE
static final int SUCCESS_UPDATE
- See Also:
- Constant Field Values
INVALID_DATE
static final int INVALID_DATE
- See Also:
- Constant Field Values
WARNING
static final int WARNING
- See Also:
- Constant Field Values
FIELD_REQUIRED
static final int FIELD_REQUIRED
- See Also:
- Constant Field Values
SUCCESS_LOGIN
static final int SUCCESS_LOGIN
- See Also:
- Constant Field Values
ERROR_LOGIN
static final int ERROR_LOGIN
- See Also:
- Constant Field Values