DBValue.c File Reference

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

Include dependency graph for DBValue.c:

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


Function Documentation

ONPHP_METHOD ( DBValue  ,
toDialectString   
)

Definition at line 56 of file DBValue.c.

References ONPHP_READ_PROPERTY, and ZVAL_FREE.

ONPHP_METHOD ( DBValue  ,
getValue   
)

Definition at line 49 of file DBValue.c.

References ONPHP_READ_PROPERTY.

ONPHP_METHOD ( DBValue  ,
__construct   
)

Definition at line 38 of file DBValue.c.

References ONPHP_UPDATE_PROPERTY.

ONPHP_METHOD ( DBValue  ,
create   
)

Definition at line 20 of file DBValue.c.

References onphp_ce_DBValue, onphp_empty_object_new(), and ONPHP_UPDATE_PROPERTY.

Here is the call graph for this function:


Variable Documentation

ONPHP_ARGINFO_DIALECT [static]

Definition at line 109 of file DBValue.c.

ONPHP_ARGINFO_ONE [static]

Definition at line 108 of file DBValue.c.

zend_function_entry onphp_funcs_DBValue[]

Initial value:

 {



    ONPHP_ME(DBValue, toDialectString, arginfo_dialect, ZEND_ACC_PUBLIC)
    {NULL, NULL, NULL}
}

Definition at line 111 of file DBValue.c.


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