Rechercher

Ce contenu n'est pas disponible dans la langue sélectionnée.

11.5. Column Options

download PDF
You can use the following options when specifying columns in the creation of a table or view. Any others properties defined will be considered as extension metadata.
Property
Data Type or Allowed Values
Description
UUID
string
A unique identifier for the column
NAMEINSOURCE
string
If this is a column name on the FOREIGN table, this value represents name of the column in source database, if omitted the column name is used when querying for data against the source
CASE_SENSITIVE
'TRUE'|'FALSE'
SELECTABLE
'TRUE'|'FALSE'
TRUE when this column is available for selection from the user query
UPDATABLE
'TRUE'|'FALSE'
Defines if the column is updatable. Defaults to true if the view/table is updatable.
SIGNED
'TRUE'|'FALSE'
CURRENCY
'TRUE'|'FALSE'
FIXED_LENGTH
'TRUE'|'FALSE'
SEARCHABLE
'SEARCHABLE'|'UNSEARCHABLE'|'LIKE_ONLY'|'ALL_EXCEPT_LIKE'
column searchability, usually dictated by the data type
MIN_VALUE
MAX_VALUE
CHAR_OCTET_LENGTH
integer
ANNOTATION
string
NATIVE_TYPE
string
RADIX
integer
NULL_VALUE_COUNT
long
costing information. Number of NULLS in this column
DISTINCT_VALUES
long
costing information. Number of distinct values in this column
Red Hat logoGithubRedditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez leBlog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

© 2024 Red Hat, Inc.