public class DB_SS 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_SS() |
| Modifier and Type | Method and Description |
|---|---|
DB_Statement |
get_ateams()
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_ateams(java.lang.String p_filter)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_domains(java.lang.String p_filter)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_groups()
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_groups(java.lang.String p_filter)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_networks(java.lang.String p_search_param1,
java.lang.String p_search_param2,
java.lang.String p_search_type,
java.lang.Long p_op_uid)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_nodes(java.lang.String p_search_param1,
java.lang.String p_search_param2,
java.lang.String p_search_type,
java.lang.Long p_op_uid)
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 |
get_TXTrecords(java.lang.String p_filter,
java.lang.Long p_op_uid)
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_users()
Generate the arguments for the corresponding stored procedure in the database.
|
DB_Statement |
get_users(java.lang.String p_filter)
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 get_TXTrecords(java.lang.String p_filter, java.lang.Long p_op_uid)
public DB_Statement get_ateams(java.lang.String p_filter)
public DB_Statement get_ateams()
public DB_Statement get_domains(java.lang.String p_filter)
public DB_Statement get_groups(java.lang.String p_filter)
public DB_Statement get_groups()
public DB_Statement get_networks(java.lang.String p_search_param1, java.lang.String p_search_param2, java.lang.String p_search_type, java.lang.Long p_op_uid)
public DB_Statement get_nodes(java.lang.String p_search_param1, java.lang.String p_search_param2, java.lang.String p_search_type, java.lang.Long p_op_uid)
public DB_Statement get_users(java.lang.String p_filter)
public DB_Statement get_users()