File authenticate_owner.cpp¶
FileList > cubrid > src > object > authenticate_owner.cpp
Go to the source code of this file
#include "authenticate.h"#include "db.h"#include "dbtype.h"#include "transform.h"#include "object_accessor.h"#include "execute_statement.h"#include "execute_schema.h"#include "jsp_cl.h"#include "trigger_manager.h"#include "transaction_cl.h"#include "schema_manager.h"#include "object_primitive.h"#include "authenticate_access_auth.hpp"
Public Functions¶
| Type | Name |
|---|---|
| int | au_change_class_owner (MOP class_mop, MOP owner_mop) |
| int | au_change_serial_owner (MOP serial_mop, MOP owner_mop, bool by_class_owner_change) |
| int | au_change_sp_owner (PARSER_CONTEXT * parser, MOP sp, MOP owner) |
| int | au_change_sp_owner_with_transfer_privileges (PARSER_CONTEXT * parser, MOP sp_mop, MOP new_owner_mop) |
| int | au_change_trigger_owner (MOP trigger_mop, MOP owner_mop) |
| int | au_check_owner (DB_VALUE * creator_val) |
| MOP | au_get_class_owner (MOP classmop) |
Public Functions Documentation¶
function au_change_class_owner¶
function au_change_serial_owner¶
function au_change_sp_owner¶
function au_change_sp_owner_with_transfer_privileges¶
int au_change_sp_owner_with_transfer_privileges (
PARSER_CONTEXT * parser,
MOP sp_mop,
MOP new_owner_mop
)
function au_change_trigger_owner¶
function au_check_owner¶
function au_get_class_owner¶
The documentation for this class was generated from the following file cubrid/src/object/authenticate_owner.cpp