Skip to content

File json_table_def.h

FileList > compat > json_table_def.h

Go to the source code of this file

Classes

Type Name
struct json_table_column_behavior

Public Types

Type Name
enum json_table_column_behavior_type
enum json_table_column_function
enum json_table_expand_type

Public Types Documentation

enum json_table_column_behavior_type

enum json_table_column_behavior_type {
    JSON_TABLE_RETURN_NULL,
    JSON_TABLE_THROW_ERROR,
    JSON_TABLE_DEFAULT_VALUE
};

enum json_table_column_function

enum json_table_column_function {
    JSON_TABLE_EXTRACT,
    JSON_TABLE_EXISTS,
    JSON_TABLE_ORDINALITY
};

enum json_table_expand_type

enum json_table_expand_type {
    JSON_TABLE_ARRAY_EXPAND,
    JSON_TABLE_OBJECT_EXPAND,
    JSON_TABLE_NO_EXPAND
};


The documentation for this class was generated from the following file cubrid/src/compat/json_table_def.h