FieldTable.c File Reference

#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"

Include dependency graph for FieldTable.c:

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 []


Function Documentation

ONPHP_METHOD ( FieldTable  ,
toDialectString   
)

Definition at line 39 of file FieldTable.c.

References ONPHP_READ_PROPERTY.

ONPHP_METHOD ( FieldTable  ,
getField   
)

Definition at line 32 of file FieldTable.c.

References ONPHP_READ_PROPERTY.

ONPHP_METHOD ( FieldTable  ,
__construct   
)

Definition at line 21 of file FieldTable.c.

References ONPHP_UPDATE_PROPERTY.


Variable Documentation

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.


Generated on Sun Dec 9 21:56:39 2007 for onPHP by  doxygen 1.5.4