PHP Doku:: Vordefinierte Konstanten - cubrid.constants.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenCubridVordefinierte Konstanten

Ein Service von Reinhard Neidl - Webprogrammierung.

Cubrid

<<Ressource-Typen

Beispiele>>

Vordefinierte Konstanten

Folgende Konstanten werden von dieser Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde.

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_PRIMARY_KEY (integer)
Is a schema type used for cubrid_schema() function.
CUBRID_SCH_IMPORTED_KEYS (integer)
Is a schema type used for cubrid_schema() function.
CUBRID_SCH_EXPORTED_KEYS (integer)
Is a schema type used for cubrid_schema() function.
CUBRID_SCH_CROSS_REFERENCE (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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)