Skip to content

File access_spec.hpp

FileList > cubrid > src > xasl > access_spec.hpp

Go to the source code of this file

  • #include "dbtype_def.h"
  • #include "storage_common.h"
  • #include "query_list.h"

Classes

Type Name
struct indx_info
struct key_info
struct key_range
struct key_val_range

Public Types

Type Name
typedef struct indx_info INDX_INFO
typedef struct key_info KEY_INFO
typedef struct key_range KEY_RANGE
typedef struct key_val_range KEY_VAL_RANGE
enum RANGE

Public Functions

Type Name
void range_reverse (RANGE & range)

Public Types Documentation

typedef INDX_INFO

typedef struct indx_info INDX_INFO;

typedef KEY_INFO

typedef struct key_info KEY_INFO;

typedef KEY_RANGE

typedef struct key_range KEY_RANGE;

typedef KEY_VAL_RANGE

typedef struct key_val_range KEY_VAL_RANGE;

enum RANGE

enum RANGE {
    NA_NA,
    GE_LE,
    GE_LT,
    GT_LE,
    GT_LT,
    GE_INF,
    GT_INF,
    INF_LE,
    INF_LT,
    INF_INF,
    EQ_NA,
    LE_GE,
    LE_GT,
    LT_GE,
    LT_GT,
    NEQ_NA
};

Public Functions Documentation

function range_reverse

inline void range_reverse (
    RANGE & range
) 


The documentation for this class was generated from the following file cubrid/src/xasl/access_spec.hpp