Predefined Constants
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
-
CUBRID_INCLUDE_OID
(integer)
-
Is used to determine whether to get OID after query execution.
-
CUBRID_ASYNC
(integer)
-
Is used to execute the query in asynchronous mode.
-
CUBRID_NUM
(integer)
-
Is used to get the query result as a numeric array (0-default).
-
CUBRID_ASSOC
(integer)
-
Is used to get the query result as an associative array.
-
CUBRID_BOTH
(integer)
-
Is used to get the query result as both numeric and associative arrays (default value).
-
CUBRID_OBJECT
(integer)
-
Is used to get the query result an object that has the attribute whose name is the same as the column name.
-
CUBRID_CURSOR_FIRST
(integer)
-
Is used to move the current cursor to the first position in the result.
-
CUBRID_CURSOR_CURRENT
(integer)
-
Is used to move the current cursor as a default value if the origin is not specified.
-
CUBRID_CURSOR_LAST
(integer)
-
Is used to move the current cursor to the last position in the result.
-
CUBRID_CURSOR_SUCCESS
(integer)
-
Is the returned value of cubrid_move_cursor() function in case of success.
-
CUBRID_NO_MORE_DATA
(integer)
-
Is the returned value of cubrid_move_cursor() function in case of failure.
-
CUBRID_CURSOR_ERROR
(integer)
-
Is the returned value of cubrid_move_cursor() function in case of failure.
-
CUBRID_SCH_CLASS
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_VCLASS
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_QUERY_SPEC
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_ATTRIBUTE
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_CLASS_ATTRIBUTE
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_METHOD
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_CLASS_METHOD
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_METHOD_FILE
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_SUPERCLASS
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_SUBCLASS
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_CONSTRAINT
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_TRIGGER
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_CLASS_PRIVILEGE
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_ATTR_PRIVILEGE
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_DIRECT_SUPER_CLASS
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_SCH_ATTR_PRIMARY_KEY
(integer)
-
Is a schema type used for cubrid_schema() function.
-
CUBRID_FACILITY_DBMS
(integer)
-
Is the facility code of the occurred error code when using cubrid_error_code_facility() function.
-
CUBRID_FACILITY_CAS
(integer)
-
Is the facility code of the occurred error code when using cubrid_error_code_facility() function.
-
CUBRID_FACILITY_CCI
(integer)
-
Is the facility code of the occurred error code when using cubrid_error_code_facility() function.
-
CUBRID_FACILITY_CLIENT
(integer)
-
Is the facility code of the occurred error code when using cubrid_error_code_facility() function.