#include "onphp_core.h"
#include "core/DB/Dialect.h"
#include "core/OSQL/DialectString.h"
Go to the source code of this file.
Variables | |
static | ONPHP_ARGINFO_DIALECT |
zend_function_entry | onphp_funcs_DialectString [] |
ONPHP_ARGINFO_DIALECT [static] |
Definition at line 17 of file DialectString.c.
zend_function_entry onphp_funcs_DialectString[] |
Initial value:
{ ONPHP_ABSTRACT_ME(DialectString, toDialectString, arginfo_dialect, ZEND_ACC_PUBLIC) {NULL, NULL, NULL} }
Definition at line 19 of file DialectString.c.