public class DB_Access extends DB_Statement
NetDB_Connection,
Serialized FormDB_Statement.STATEMENT_TYPE| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
ORA_FUN_CALL, ORA_PROC_CALL, SELECT| Constructor and Description |
|---|
DB_Access() |
| Modifier and Type | Method and Description |
|---|---|
DB_Statement |
check_access(java.lang.Long p_user_id,
java.lang.String p_access_type)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
check_access(java.lang.Long p_user_id,
java.lang.String p_access_type,
java.lang.Boolean p_check_all_record_flag)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
check_access(java.lang.Long p_user_id,
java.lang.String p_access_type,
java.lang.Long p_record_id)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
check_access(java.lang.Long p_user_id,
java.lang.String p_access_type,
java.lang.Long p_record_id,
java.lang.Boolean p_check_all_record_flag)
Generate the arguments for the corresponding stored procedure in the database.
|
java.lang.String |
get_SQL(java.lang.String schema)
Generate a SQL string with the appropriate values set for each argument.
|
DB_Statement |
handle(java.lang.Long p_access_id)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
has_access_or_die(java.lang.Long p_user_id,
java.lang.String p_record_type)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
has_access_or_die(java.lang.Long p_user_id,
java.lang.String p_record_type,
java.lang.Boolean p_check_all_record_flag)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
has_access_or_die(java.lang.Long p_user_id,
java.lang.String p_record_type,
java.lang.Long p_record_id)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
has_access_or_die(java.lang.Long p_user_id,
java.lang.String p_record_type,
java.lang.Long p_record_id,
java.lang.Boolean p_check_all_record_flag)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
list()
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
verify_or_die(java.lang.Long p_access_id)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
verify_or_die(java.lang.Long p_access_id,
java.lang.String p_label)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
verify_or_die(java.lang.String p_label)
Generate the arguments for the corresponding stored procedure in the database.
|
get_first_out_param, get_next_out_param, get_parameter_name, get_type, get_values, statement_max_tries, statement_max_tries, statement_timeout, statement_timeout, toStringbackup_logger, backup_logger, default_logger, default_logger, entered, entered, entered, exited, exited, exited, get_method_name, log_enter_exit, log_message, logger, loggerpublic static final long serialVersionUID
public java.lang.String get_SQL(java.lang.String schema)
public DB_Statement check_access(java.lang.Long p_user_id, java.lang.String p_access_type, java.lang.Long p_record_id, java.lang.Boolean p_check_all_record_flag)
public DB_Statement check_access(java.lang.Long p_user_id, java.lang.String p_access_type, java.lang.Boolean p_check_all_record_flag)
public DB_Statement check_access(java.lang.Long p_user_id, java.lang.String p_access_type)
public DB_Statement check_access(java.lang.Long p_user_id, java.lang.String p_access_type, java.lang.Long p_record_id)
public DB_Statement handle(java.lang.Long p_access_id)
public DB_Statement has_access_or_die(java.lang.Long p_user_id, java.lang.String p_record_type, java.lang.Long p_record_id, java.lang.Boolean p_check_all_record_flag)
public DB_Statement has_access_or_die(java.lang.Long p_user_id, java.lang.String p_record_type, java.lang.Boolean p_check_all_record_flag)
public DB_Statement has_access_or_die(java.lang.Long p_user_id, java.lang.String p_record_type)
public DB_Statement has_access_or_die(java.lang.Long p_user_id, java.lang.String p_record_type, java.lang.Long p_record_id)
public DB_Statement list()
public DB_Statement verify_or_die(java.lang.Long p_access_id, java.lang.String p_label)
public DB_Statement verify_or_die(java.lang.String p_label)
public DB_Statement verify_or_die(java.lang.Long p_access_id)