#include "onphp_core.h"
#include "zend_interfaces.h"
#include "zend_globals.h"
#include "core/DB/Dialect.h"
#include "core/OSQL/DBValue.h"
Go to the source code of this file.
Functions | |
ONPHP_METHOD (DBValue, create) | |
ONPHP_METHOD (DBValue, __construct) | |
ONPHP_METHOD (DBValue, getValue) | |
ONPHP_METHOD (DBValue, toDialectString) | |
Variables | |
static | ONPHP_ARGINFO_ONE |
static | ONPHP_ARGINFO_DIALECT |
zend_function_entry | onphp_funcs_DBValue [] |
ONPHP_METHOD | ( | DBValue | , | |
toDialectString | ||||
) |
ONPHP_METHOD | ( | DBValue | , | |
getValue | ||||
) |
ONPHP_METHOD | ( | DBValue | , | |
__construct | ||||
) |
ONPHP_METHOD | ( | DBValue | , | |
create | ||||
) |
Definition at line 20 of file DBValue.c.
References onphp_ce_DBValue, onphp_empty_object_new(), and ONPHP_UPDATE_PROPERTY.
ONPHP_ARGINFO_DIALECT [static] |
ONPHP_ARGINFO_ONE [static] |
zend_function_entry onphp_funcs_DBValue[] |