CUBRID Engine  latest
json_table_def.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  json_table_column_behavior
 

Enumerations

enum  json_table_column_behavior_type { JSON_TABLE_RETURN_NULL, JSON_TABLE_THROW_ERROR, JSON_TABLE_DEFAULT_VALUE }
 
enum  json_table_column_function { JSON_TABLE_EXTRACT, JSON_TABLE_EXISTS, JSON_TABLE_ORDINALITY }
 
enum  json_table_expand_type { JSON_TABLE_ARRAY_EXPAND, JSON_TABLE_OBJECT_EXPAND, JSON_TABLE_NO_EXPAND }
 

Enumeration Type Documentation

Enumerator
JSON_TABLE_RETURN_NULL 
JSON_TABLE_THROW_ERROR 
JSON_TABLE_DEFAULT_VALUE 

Definition at line 31 of file json_table_def.h.

Enumerator
JSON_TABLE_EXTRACT 
JSON_TABLE_EXISTS 
JSON_TABLE_ORDINALITY 

Definition at line 38 of file json_table_def.h.

Enumerator
JSON_TABLE_ARRAY_EXPAND 
JSON_TABLE_OBJECT_EXPAND 
JSON_TABLE_NO_EXPAND 

Definition at line 51 of file json_table_def.h.