SYS.DataTypes

このテーブルはデータ型に関する情報です。

Column Name

Type

Description

Name

string

CData Virtuality Server design-time type name

IsStandard

boolean

Always FALSE

IsPhysical

boolean

Always FALSE

TypeName

string

Design-time type name (same as Name)

JavaClass

string

Java class returned for this type

Scale

integer

Maximum scale of this type

TypeLength

integer

Maximum length of this type

NullType

string

Nullability: "Nullable", "No Nulls", "Unknown"

IsSigned

boolean

Whether it Is signed numeric

IsAutoIncremented

boolean

Whether it is auto-incremented

IsCaseSensitive

boolean

Whether it is case-sensitive

Precision

integer

Maximum precision of this type

Radix

integer

Radix of this type

SearchType

string

Searchability: "Searchable", "All Except Like", "Like Only", "Unsearchable"

UID

string

Data type unique ID

RuntimeType

string

CData Virtuality Server runtime data type name

BaseType

string

Base type

Description

string

Description of type

OID

integer

Unique ID*

*   OIDカラムは、VDBの指定されたバージョンで実行されているインスタンスに対してのみ、一意であること/安全でないことが保証されます。異なるバージョンのVDB がデプロイされた場合、これらのID は両方のバージョンのVDB で同一または一意であることは保証されません。動的VDB OID はクラスタセーフではありません。