opencard.opt.database
Interface DatabaseCardService.Constants
- All Known Implementing Classes:
- BasicDatabase, DataObject
- Enclosing interface:
- DatabaseCardService
public static interface DatabaseCardService.Constants
The Constants
inner interface allows to use
standardized constants.
It provides constants used to deal with database smartcards
such as constants which describes SCQL operation or code
used to manage SCQL exceptions.
SCQL_OPERATION
static final byte SCQL_OPERATION
- INS coding constants
(SCQL constant to perform SCQL operations such as createTable,
createView, grant, revoke ...)
- See Also:
- Constant Field Values
TRANSACTION_OPERATION
static final byte TRANSACTION_OPERATION
- See Also:
- Constant Field Values
USER_OPERATION
static final byte USER_OPERATION
- See Also:
- Constant Field Values
CREATE_TABLE
static final byte CREATE_TABLE
- See Also:
- Constant Field Values
CREATE_VIEW
static final byte CREATE_VIEW
- See Also:
- Constant Field Values
CREATE_DICTIONARY
static final byte CREATE_DICTIONARY
- See Also:
- Constant Field Values
DROP_TABLE
static final byte DROP_TABLE
- See Also:
- Constant Field Values
DROP_VIEW
static final byte DROP_VIEW
- See Also:
- Constant Field Values
GRANT
static final byte GRANT
- See Also:
- Constant Field Values
REVOKE
static final byte REVOKE
- See Also:
- Constant Field Values
DECLARE_CURSOR
static final byte DECLARE_CURSOR
- See Also:
- Constant Field Values
OPEN
static final byte OPEN
- See Also:
- Constant Field Values
NEXT
static final byte NEXT
- See Also:
- Constant Field Values
FETCH
static final byte FETCH
- See Also:
- Constant Field Values
FETCH_NEXT
static final byte FETCH_NEXT
- See Also:
- Constant Field Values
INSERT
static final byte INSERT
- See Also:
- Constant Field Values
UPDATE
static final byte UPDATE
- See Also:
- Constant Field Values
DELETE
static final byte DELETE
- See Also:
- Constant Field Values
BEGIN
static final byte BEGIN
- See Also:
- Constant Field Values
COMMIT
static final byte COMMIT
- See Also:
- Constant Field Values
ROLLBACK
static final byte ROLLBACK
- See Also:
- Constant Field Values
PRESENT_USER
static final byte PRESENT_USER
- See Also:
- Constant Field Values
CREATE_USER
static final byte CREATE_USER
- See Also:
- Constant Field Values
DELETE_USER
static final byte DELETE_USER
- See Also:
- Constant Field Values
EQUAL_TO
static final byte EQUAL_TO
- See Also:
- Constant Field Values
LESS_THAN
static final byte LESS_THAN
- See Also:
- Constant Field Values
GREATER_THAN
static final byte GREATER_THAN
- See Also:
- Constant Field Values
LESS_THAN_OR_EQUAL_TO
static final byte LESS_THAN_OR_EQUAL_TO
- See Also:
- Constant Field Values
GREATER_THAN_OR_EQUAL_TO
static final byte GREATER_THAN_OR_EQUAL_TO
- See Also:
- Constant Field Values
NOT_EQUAL_TO
static final byte NOT_EQUAL_TO
- See Also:
- Constant Field Values
PRIV_INSERT
static final byte PRIV_INSERT
- See Also:
- Constant Field Values
PRIV_SELECT
static final byte PRIV_SELECT
- See Also:
- Constant Field Values
PRIV_UPDATE
static final byte PRIV_UPDATE
- See Also:
- Constant Field Values
PRIV_DELETE
static final byte PRIV_DELETE
- See Also:
- Constant Field Values
PRIV_ALL
static final byte PRIV_ALL
- See Also:
- Constant Field Values
SW1_OK
static final byte SW1_OK
- See Also:
- Constant Field Values
SW1_OK_WITH_RETURN
static final byte SW1_OK_WITH_RETURN
- See Also:
- Constant Field Values
SW2_OK
static final byte SW2_OK
- See Also:
- Constant Field Values
SW1_WARNING
static final byte SW1_WARNING
- See Also:
- Constant Field Values
SW2_WARNING
static final byte SW2_WARNING
- See Also:
- Constant Field Values
SW1_EXEC_ERROR
static final byte SW1_EXEC_ERROR
- See Also:
- Constant Field Values
SW2_EXEC_ERROR
static final byte SW2_EXEC_ERROR
- See Also:
- Constant Field Values
SW2_MEM_FAILURE
static final byte SW2_MEM_FAILURE
- See Also:
- Constant Field Values
SW1_CHECK_ERROR
static final byte SW1_CHECK_ERROR
- See Also:
- Constant Field Values
SW2_CHECK_ERROR
static final byte SW2_CHECK_ERROR
- See Also:
- Constant Field Values
SW1_COMMAND_NOT_ALLOWED
static final byte SW1_COMMAND_NOT_ALLOWED
- See Also:
- Constant Field Values
SW2_COMMAND_NOT_ALLOWED
static final byte SW2_COMMAND_NOT_ALLOWED
- See Also:
- Constant Field Values
SW2_SECURITY
static final byte SW2_SECURITY
- See Also:
- Constant Field Values
SW2_REQUIRED_OPERATION
static final byte SW2_REQUIRED_OPERATION
- See Also:
- Constant Field Values
SW1_WRONG_PARAM
static final byte SW1_WRONG_PARAM
- See Also:
- Constant Field Values
SW2_WRONG_PARAM
static final byte SW2_WRONG_PARAM
- See Also:
- Constant Field Values
SW2_INCORRECT_PARAM
static final byte SW2_INCORRECT_PARAM
- See Also:
- Constant Field Values
SW2_OPERATION_NOT_SUPPORTED
static final byte SW2_OPERATION_NOT_SUPPORTED
- See Also:
- Constant Field Values
SW2_OBJECT_NOT_FOUND
static final byte SW2_OBJECT_NOT_FOUND
- See Also:
- Constant Field Values
SW2_OBJECT_ALREADY_EXISTS
static final byte SW2_OBJECT_ALREADY_EXISTS
- See Also:
- Constant Field Values
SW1_WRONG_LENGTH
static final byte SW1_WRONG_LENGTH
- See Also:
- Constant Field Values
SW1_INSTRUCTION_CODE_NOT_SUPPORTED
static final byte SW1_INSTRUCTION_CODE_NOT_SUPPORTED
- See Also:
- Constant Field Values
SW2_INSTRUCTION_CODE_NOT_SUPPORTED
static final byte SW2_INSTRUCTION_CODE_NOT_SUPPORTED
- See Also:
- Constant Field Values
TAG_CH_CERTIFICATE_1
static final byte TAG_CH_CERTIFICATE_1
- See Also:
- Constant Field Values
TAG_CH_CERTIFICATE_2
static final byte TAG_CH_CERTIFICATE_2
- See Also:
- Constant Field Values
TAG_CH_NAME_1
static final byte TAG_CH_NAME_1
- See Also:
- Constant Field Values
TAG_CH_NAME_2
static final byte TAG_CH_NAME_2
- See Also:
- Constant Field Values