#include "onphp.h"
#include "onphp_core.h"
#include "onphp_util.h"
#include "ext/standard/php_string.h"
#include "zend_globals.h"
#include "zend_exceptions.h"
#include "zend_interfaces.h"
#include "core/DB/Dialect.h"
#include "core/OSQL/DBValue.h"
#include "core/OSQL/DialectString.h"
#include "core/OSQL/Query.h"
#include "core/Exceptions.h"
Go to the source code of this file.
Functions | |
ONPHP_METHOD (Dialect, quoteValue) | |
ONPHP_METHOD (Dialect, quoteField) | |
ONPHP_METHOD (Dialect, quoteTable) | |
ONPHP_METHOD (Dialect, toCasted) | |
ONPHP_METHOD (Dialect, timeZone) | |
ONPHP_METHOD (Dialect, dropTableMode) | |
ONPHP_METHOD (Dialect, fieldToString) | |
ONPHP_METHOD (Dialect, valueToString) | |
smart_str | onphp_dialect_to_needed_string (zval *this, zval *expression, char *method TSRMLS_DC) |
ONPHP_METHOD (Dialect, toFieldString) | |
ONPHP_METHOD (Dialect, toValueString) | |
ONPHP_METHOD (Dialect, fullTextSearch) | |
ONPHP_METHOD (Dialect, fullTextRank) | |
Variables | |
static | ONPHP_ARGINFO_ONE |
static | ONPHP_ARGINFO_TWO |
static | ONPHP_ARGINFO_THREE |
static | ONPHP_ARGINFO_DBCOLUMN |
zend_function_entry | onphp_funcs_Dialect [] |
smart_str onphp_dialect_to_needed_string | ( | zval * | this, | |
zval * | expression, | |||
char *method | TSRMLS_DC | |||
) |
Definition at line 240 of file Dialect.c.
References onphp_append_zval_to_smart_string(), onphp_ce_DialectString, and onphp_ce_Query.
Referenced by ONPHP_METHOD().
ONPHP_METHOD | ( | Dialect | , | |
fullTextRank | ||||
) |
ONPHP_METHOD | ( | Dialect | , | |
fullTextSearch | ||||
) |
ONPHP_METHOD | ( | Dialect | , | |
toValueString | ||||
) |
Definition at line 325 of file Dialect.c.
References onphp_dialect_to_needed_string().
ONPHP_METHOD | ( | Dialect | , | |
toFieldString | ||||
) |
Definition at line 303 of file Dialect.c.
References onphp_dialect_to_needed_string().
ONPHP_METHOD | ( | Dialect | , | |
valueToString | ||||
) |
ONPHP_METHOD | ( | Dialect | , | |
fieldToString | ||||
) |
ONPHP_METHOD | ( | Dialect | , | |
toCasted | ||||
) |
Definition at line 111 of file Dialect.c.
References onphp_append_zval_to_smart_string().
ONPHP_METHOD | ( | Dialect | , | |
quoteTable | ||||
) |
Definition at line 94 of file Dialect.c.
References onphp_append_zval_to_smart_string().
ONPHP_METHOD | ( | Dialect | , | |
quoteField | ||||
) |
Definition at line 77 of file Dialect.c.
References onphp_append_zval_to_smart_string().
ONPHP_ARGINFO_DBCOLUMN [static] |
ONPHP_ARGINFO_ONE [static] |
ONPHP_ARGINFO_THREE [static] |
ONPHP_ARGINFO_TWO [static] |
zend_function_entry onphp_funcs_Dialect[] |