#include "onphp.h"#include "onphp_core.h"#include "zend_globals.h"#include "zend_exceptions.h"#include "core/Exceptions.h"#include "core/DB/ImaginaryDialect.h"#include "core/OSQL/QueryIdentification.h"

Go to the source code of this file.
Functions | |
| ONPHP_METHOD (QueryIdentification, getId) | |
| ONPHP_METHOD (QueryIdentification, toString) | |
| ONPHP_METHOD (QueryIdentification, setId) | |
Variables | |
| static | ONPHP_ARGINFO_ONE |
| zend_function_entry | onphp_funcs_QueryIdentification [] |
| ONPHP_METHOD | ( | QueryIdentification | , | |
| setId | ||||
| ) |
Definition at line 90 of file QueryIdentification.c.
References onphp_ce_UnsupportedMethodException.
| ONPHP_METHOD | ( | QueryIdentification | , | |
| toString | ||||
| ) |
Definition at line 56 of file QueryIdentification.c.
References onphp_ce_ImaginaryDialect, and ZVAL_FREE.
| ONPHP_METHOD | ( | QueryIdentification | , | |
| getId | ||||
| ) |
ONPHP_ARGINFO_ONE [static] |
Definition at line 99 of file QueryIdentification.c.
| zend_function_entry onphp_funcs_QueryIdentification[] |
Initial value:
{
ONPHP_ME(QueryIdentification, toString, NULL, ZEND_ACC_PUBLIC)
{NULL, NULL, NULL}
}
Definition at line 101 of file QueryIdentification.c.
1.5.4