Versions available for this page: CUBRID 8.2.1 | CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The contents of the CUBRID Database Management System (CUBRID DBMS) product manual are as follows:
CUBRID is an object-relational database management system (ORDBMS), which supports object-oriented concepts such as inheritance. In this manual, relational database terminologies are also used along with object-oriented terminologies for better understanding. Object-oriented terminologies such as class, instance and attribute is used to describe concepts including inheritance, and relational database terminologies are mainly used to describe common SQL syntax.
|
Relational Database |
CUBRID |
|---|---|
|
table |
class, table |
|
column |
attribute, column |
|
record |
instance, record |
|
data type |
domain, data type |
The following table provides conventions on definitions used in the CUBRID Database Management System product manual to identify "statements," "commands" and "reference within texts."
|
Convention |
Description |
Example |
|---|---|---|
|
Italics |
Italics type represents variable names and user-defined values (system, database, table, column, file) in examples. |
persistent: |
|
Boldface |
Boldface type represents names such as the member function name, class name, constants, CUBRID keyword or names such as other required characters. |
fetch ( ) member function |
|
Constant Width |
Constant Width type represents segments of code example or describes a command's execution and results. |
csql database_name |
|
UPPER-CASE |
UPPER-CASE represents the CUBRID keyword (see Boldface). |
SELECT |
|
Single Quotes (' ') |
Single quotes (' ') are used with braces and brackets and represent the necessary sections of a syntax. Single quotes are also used to enclose strings. |
{'{'const_list'}'} |
|
Brackets ([ ]) |
Brackets ([ ]) represents optional parameters or keywords. |
[ ONLY ] |
|
Vertical bar ( | ) |
Vertical bar (|) represents that one or another option can be specified. |
[ COLUMN | ATTRIBUTE ] |
|
A parameter enclosed by braces ({ }) |
A parameter enclosed by braces represents that one of those parameters must be specified in a statement syntax. |
CREATE { TABLE | CLASS } |
|
A value enclosed by braces ({ }) |
A value enclosed by braces an element consisting of collection. |
{2, 4, 6} |
|
Braces with ellipsis({ }...) |
Braces before an ellipsis represents that a parameter can be repeated. |
{, class_name}... |
|
Angle brackets(< >) |
Angle brackets represents a single key or a series of key strokes. |
<Ctrl+n> |