#include "onphp.h"#include "onphp_core.h"#include "zend_globals.h"#include "zend_interfaces.h"#include "core/DB/Dialect.h"#include "core/OSQL/FieldTable.h"

Go to the source code of this file.
Functions | |
| ONPHP_METHOD (FieldTable, __construct) | |
| ONPHP_METHOD (FieldTable, getField) | |
| ONPHP_METHOD (FieldTable, toDialectString) | |
Variables | |
| static | ONPHP_ARGINFO_ONE |
| static | ONPHP_ARGINFO_DIALECT |
| zend_function_entry | onphp_funcs_FieldTable [] |
| ONPHP_METHOD | ( | FieldTable | , | |
| toDialectString | ||||
| ) |
| ONPHP_METHOD | ( | FieldTable | , | |
| getField | ||||
| ) |
| ONPHP_METHOD | ( | FieldTable | , | |
| __construct | ||||
| ) |
ONPHP_ARGINFO_DIALECT [static] |
Definition at line 86 of file FieldTable.c.
ONPHP_ARGINFO_ONE [static] |
Definition at line 85 of file FieldTable.c.
| zend_function_entry onphp_funcs_FieldTable[] |
Initial value:
{
ONPHP_ME(FieldTable, toDialectString, arginfo_dialect, ZEND_ACC_PUBLIC)
{NULL, NULL, NULL}
}
Definition at line 88 of file FieldTable.c.
1.5.4