sequences
#
The view <literal>sequences</literal> contains all sequences
defined in the current database. Only those sequences are shown
that the current user has access to (by way of being the owner or
having some privilege).
sequences
ビューは、現在のデータベース内で定義されたすべてのシーケンスがあります。
現在のユーザが(所有者である、または、何らかの権限を持つために)アクセスできるシーケンスのみが表示されます。
表35.45 sequences
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains the sequence (always the current database) シーケンスを含むデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the sequence シーケンスを含むスキーマの名前です。 |
Name of the sequence シーケンスの名前です。 |
The data type of the sequence. シーケンスのデータ型です。 |
This column contains the (declared or implicit) precision of
the sequence data type (see above). The precision indicates
the number of significant digits. It can be expressed in
decimal (base 10) or binary (base 2) terms, as specified in the
column <literal>numeric_precision_radix</literal>.
この列は(宣言された、あるいは、暗黙的な)シーケンスデータ型の精度(上述)です。
精度は有効桁数を意味します。
|
This column indicates in which base the values in the columns
<literal>numeric_precision</literal> and
<literal>numeric_scale</literal> are expressed. The value is
either 2 or 10.
この列は、 |
This column contains the (declared or implicit) scale of the
sequence data type (see above). The scale indicates the number
of significant digits to the right of the decimal point. It
can be expressed in decimal (base 10) or binary (base 2) terms,
as specified in the column
<literal>numeric_precision_radix</literal>.
この列はシーケンスデータ型の(宣言された、または、暗黙的な)位取り(上述)です。
位取りは、小数点以下の有効桁数を意味します。
|
The start value of the sequence シーケンスの開始値です。 |
The minimum value of the sequence シーケンスの最小値です。 |
The maximum value of the sequence シーケンスの最大値です。 |
The increment of the sequence シーケンスの増加値です。 |
<literal>YES</literal> if the sequence cycles, else <literal>NO</literal>
シーケンスが周回する場合は |
Note that in accordance with the SQL standard, the start, minimum, maximum, and increment values are returned as character strings. SQL標準に従い、開始、最小、最大および増加の値が文字列で返されることに注意してください。