diff --git a/reference/pdo_cubrid/constants.xml b/reference/pdo_cubrid/constants.xml
index 41df437e2d..a567642ad7 100644
--- a/reference/pdo_cubrid/constants.xml
+++ b/reference/pdo_cubrid/constants.xml
@@ -7,7 +7,7 @@
The following constants can be used when getting schema information. They
can be passed to PDO::cubrid_schema.
- CUBRID schema flags
+ PDO::CUBRID schema flags
@@ -17,87 +17,87 @@
- CUBRID_SCH_TABLE
+ PDO::CUBRID_SCH_TABLE
Get name and type of table in CUBRID.
- CUBRID_SCH_VIEW
+ PDO::CUBRID_SCH_VIEW
Get name and type of view in CUBRID.
- CUBRID_SCH_QUERY_SPEC
+ PDO::CUBRID_SCH_QUERY_SPEC
Get the query definition of view.
- CUBRID_SCH_ATTRIBUTE
+ PDO::CUBRID_SCH_ATTRIBUTE
Get the attributes of table column.
- CUBRID_SCH_TABLE_ATTRIBUTE
+ PDO::CUBRID_SCH_TABLE_ATTRIBUTE
Get the attributes of table.
- CUBRID_SCH_METHOD
+ PDO::CUBRID_SCH_METHOD
Get the instance method. The instance method is a method called
by a class instance. It is used more often than the class method
because most operations are executed in the instance.
- CUBRID_SCH_TABLE_METHOD
+ PDO::CUBRID_SCH_TABLE_METHOD
Get the class method. The class method is a method called by a
class object. It is usually used to create a new class instance or to
initialize it. It is also used to access or update class
attributes.
- CUBRID_SCH_METHOD_FILE
+ PDO::CUBRID_SCH_METHOD_FILE
Get the information of the file where the method of the table is
defined.
- CUBRID_SCH_SUPER_TABLE
+ PDO::CUBRID_SCH_SUPER_TABLE
Get the name and type of table which table inherites attributes
from.
- CUBRID_SCH_SUB_TABLE
+ PDO::CUBRID_SCH_SUB_TABLE
Get the name and type of table which inherites attributes from
this table.
- CUBRID_SCH_CONSTRAINT
+ PDO::CUBRID_SCH_CONSTRAINT
Get the table constraints.
- CUBRID_SCH_TRIGGER
+ PDO::CUBRID_SCH_TRIGGER
Get the table triggers.
- CUBRID_SCH_TABLE_PRIVILEGE
+ PDO::CUBRID_SCH_TABLE_PRIVILEGE
Get the privilege information of table.
- CUBRID_SCH_COL_PRIVILEGE
+ PDO::CUBRID_SCH_COL_PRIVILEGE
Get the privilege information of column.
- CUBRID_SCH_DIRECT_SUPER_TABLE
+ PDO::CUBRID_SCH_DIRECT_SUPER_TABLE
Get the direct super table of table.
- CUBRID_SCH_PRIMARY_KEY
+ PDO::CUBRID_SCH_PRIMARY_KEY
Get the table primary key.
- CUBRID_SCH_IMPORTED_KEYS
+ PDO::CUBRID_SCH_IMPORTED_KEYS
Get imported keys of table.
- CUBRID_SCH_EXPORTED_KEYS
+ PDO::CUBRID_SCH_EXPORTED_KEYS
Get exported keys of table.
- CUBRID_SCH_CROSS_REFERENCE
+ PDO::CUBRID_SCH_CROSS_REFERENCE
Get reference relationship of tow tables.