CUBRID_SCH_CLASS |
Get name and type of table in CUBRID. |
CUBRID_SCH_VCLASS |
Get name and type of view in CUBRID. |
CUBRID_SCH_QUERY_SPEC |
Get the query definition of view. |
CUBRID_SCH_ATTRIBUTE |
Get the attributes of table column. |
CUBRID_SCH_CLASS_ATTRIBUTE |
Get the attributes of table. |
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_CLASS_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 |
Get the information of the file where the method of the table is
defined. |
CUBRID_SCH_SUPERCLASS |
Get the name and type of table which table inherites attributes
from. |
CUBRID_SCH_SUBCLASS |
Get the name and type of table which inherites attributes from
this table. |
CUBRID_SCH_CONSTRAINT |
Get the table constraints. |
CUBRID_SCH_TRIGGER |
Get the table triggers. |
CUBRID_SCH_CLASS_PRIVILEGE |
Get the privilege information of table. |
CUBRID_SCH_ATTR_PRIVILEGE |
Get the privilege information of column. |
CUBRID_SCH_DIRECT_SUPER_CLASS |
Get the direct super table of table. |
CUBRID_SCH_PRIMARY_KEY |
Get the table primary key. |
CUBRID_SCH_IMPORTED_KEYS |
Get imported keys of table. |
CUBRID_SCH_EXPORTED_KEYS |
Get exported keys of table. |
CUBRID_SCH_CROSS_REFERENCE |
Get reference relationship of tow tables. |