QueryIdentification.c File Reference

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

Include dependency graph for QueryIdentification.c:

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


Function Documentation

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   
)

Definition at line 22 of file QueryIdentification.c.

References ZVAL_FREE.


Variable Documentation

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.


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