opencard.opt.database
Interface DatabaseCardService.Constants
- All Known Implementing Classes:
- DataObject, BasicDatabase
- public abstract 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
public static final byte SCQL_OPERATION
- INS coding constants
(SCQL constant to perform SCQL operations such as createTable,
createView, grant, revoke ...)
TRANSACTION_OPERATION
public static final byte TRANSACTION_OPERATION
USER_OPERATION
public static final byte USER_OPERATION
CREATE_TABLE
public static final byte CREATE_TABLE
CREATE_VIEW
public static final byte CREATE_VIEW
CREATE_DICTIONARY
public static final byte CREATE_DICTIONARY
DROP_TABLE
public static final byte DROP_TABLE
DROP_VIEW
public static final byte DROP_VIEW
GRANT
public static final byte GRANT
REVOKE
public static final byte REVOKE
DECLARE_CURSOR
public static final byte DECLARE_CURSOR
OPEN
public static final byte OPEN
NEXT
public static final byte NEXT
FETCH
public static final byte FETCH
FETCH_NEXT
public static final byte FETCH_NEXT
INSERT
public static final byte INSERT
UPDATE
public static final byte UPDATE
DELETE
public static final byte DELETE
BEGIN
public static final byte BEGIN
COMMIT
public static final byte COMMIT
ROLLBACK
public static final byte ROLLBACK
PRESENT_USER
public static final byte PRESENT_USER
CREATE_USER
public static final byte CREATE_USER
DELETE_USER
public static final byte DELETE_USER
EQUAL_TO
public static final byte EQUAL_TO
LESS_THAN
public static final byte LESS_THAN
GREATER_THAN
public static final byte GREATER_THAN
LESS_THAN_OR_EQUAL_TO
public static final byte LESS_THAN_OR_EQUAL_TO
GREATER_THAN_OR_EQUAL_TO
public static final byte GREATER_THAN_OR_EQUAL_TO
NOT_EQUAL_TO
public static final byte NOT_EQUAL_TO
PRIV_INSERT
public static final byte PRIV_INSERT
PRIV_SELECT
public static final byte PRIV_SELECT
PRIV_UPDATE
public static final byte PRIV_UPDATE
PRIV_DELETE
public static final byte PRIV_DELETE
PRIV_ALL
public static final byte PRIV_ALL
SW1_OK
public static final byte SW1_OK
SW1_OK_WITH_RETURN
public static final byte SW1_OK_WITH_RETURN
SW2_OK
public static final byte SW2_OK
SW1_WARNING
public static final byte SW1_WARNING
SW2_WARNING
public static final byte SW2_WARNING
SW1_EXEC_ERROR
public static final byte SW1_EXEC_ERROR
SW2_EXEC_ERROR
public static final byte SW2_EXEC_ERROR
SW2_MEM_FAILURE
public static final byte SW2_MEM_FAILURE
SW1_CHECK_ERROR
public static final byte SW1_CHECK_ERROR
SW2_CHECK_ERROR
public static final byte SW2_CHECK_ERROR
SW1_COMMAND_NOT_ALLOWED
public static final byte SW1_COMMAND_NOT_ALLOWED
SW2_COMMAND_NOT_ALLOWED
public static final byte SW2_COMMAND_NOT_ALLOWED
SW2_SECURITY
public static final byte SW2_SECURITY
SW2_REQUIRED_OPERATION
public static final byte SW2_REQUIRED_OPERATION
SW1_WRONG_PARAM
public static final byte SW1_WRONG_PARAM
SW2_WRONG_PARAM
public static final byte SW2_WRONG_PARAM
SW2_INCORRECT_PARAM
public static final byte SW2_INCORRECT_PARAM
SW2_OPERATION_NOT_SUPPORTED
public static final byte SW2_OPERATION_NOT_SUPPORTED
SW2_OBJECT_NOT_FOUND
public static final byte SW2_OBJECT_NOT_FOUND
SW2_OBJECT_ALREADY_EXISTS
public static final byte SW2_OBJECT_ALREADY_EXISTS
SW1_WRONG_LENGTH
public static final byte SW1_WRONG_LENGTH
SW1_INSTRUCTION_CODE_NOT_SUPPORTED
public static final byte SW1_INSTRUCTION_CODE_NOT_SUPPORTED
SW2_INSTRUCTION_CODE_NOT_SUPPORTED
public static final byte SW2_INSTRUCTION_CODE_NOT_SUPPORTED
TAG_CH_CERTIFICATE_1
public static final byte TAG_CH_CERTIFICATE_1
TAG_CH_CERTIFICATE_2
public static final byte TAG_CH_CERTIFICATE_2
TAG_CH_NAME_1
public static final byte TAG_CH_NAME_1
TAG_CH_NAME_2
public static final byte TAG_CH_NAME_2