db_op.h File Reference

Type that represents a expression operator. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define OP_EQ   "="
#define OP_GEQ   ">="
#define OP_GT   ">"
#define OP_LEQ   "<="
#define OP_LT   "<"
#define OP_NEQ   "!="

Typedefs

typedef const char * db_op_t


Detailed Description

Type that represents a expression operator.

Definition in file db_op.h.


Define Documentation

#define OP_EQ   "="

#define OP_GEQ   ">="

operator greater than equal

Definition at line 42 of file db_op.h.

Referenced by bdb_row_match(), and dbt_row_match().

#define OP_GT   ">"

operator greater than

Definition at line 36 of file db_op.h.

Referenced by bdb_row_match(), and dbt_row_match().

#define OP_LEQ   "<="

operator less than equal

Definition at line 40 of file db_op.h.

Referenced by bdb_row_match(), dbt_row_match(), m_clean_silo(), and m_send_ontimer().

#define OP_LT   "<"

#define OP_NEQ   "!="

operator negation

Definition at line 44 of file db_op.h.

Referenced by get_subs_db(), and m_send_ontimer().


Typedef Documentation

typedef const char* db_op_t

This type represents an expression operator uses for SQL queries.

Definition at line 50 of file db_op.h.


Generated on Mon May 21 20:00:37 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6