Dialect.c File Reference

#include "onphp.h"
#include "onphp_core.h"
#include "onphp_util.h"
#include "ext/standard/php_string.h"
#include "zend_globals.h"
#include "zend_exceptions.h"
#include "zend_interfaces.h"
#include "core/DB/Dialect.h"
#include "core/OSQL/DBValue.h"
#include "core/OSQL/DialectString.h"
#include "core/OSQL/Query.h"
#include "core/Exceptions.h"

Include dependency graph for Dialect.c:

Go to the source code of this file.

Functions

 ONPHP_METHOD (Dialect, quoteValue)
 ONPHP_METHOD (Dialect, quoteField)
 ONPHP_METHOD (Dialect, quoteTable)
 ONPHP_METHOD (Dialect, toCasted)
 ONPHP_METHOD (Dialect, timeZone)
 ONPHP_METHOD (Dialect, dropTableMode)
 ONPHP_METHOD (Dialect, fieldToString)
 ONPHP_METHOD (Dialect, valueToString)
smart_str onphp_dialect_to_needed_string (zval *this, zval *expression, char *method TSRMLS_DC)
 ONPHP_METHOD (Dialect, toFieldString)
 ONPHP_METHOD (Dialect, toValueString)
 ONPHP_METHOD (Dialect, fullTextSearch)
 ONPHP_METHOD (Dialect, fullTextRank)

Variables

static ONPHP_ARGINFO_ONE
static ONPHP_ARGINFO_TWO
static ONPHP_ARGINFO_THREE
static ONPHP_ARGINFO_DBCOLUMN
zend_function_entry onphp_funcs_Dialect []


Function Documentation

smart_str onphp_dialect_to_needed_string ( zval *  this,
zval *  expression,
char *method  TSRMLS_DC 
)

Definition at line 240 of file Dialect.c.

References onphp_append_zval_to_smart_string(), onphp_ce_DialectString, and onphp_ce_Query.

Referenced by ONPHP_METHOD().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
fullTextRank   
)

Definition at line 356 of file Dialect.c.

References onphp_ce_UnimplementedFeatureException.

ONPHP_METHOD ( Dialect  ,
fullTextSearch   
)

Definition at line 347 of file Dialect.c.

References onphp_ce_UnimplementedFeatureException.

ONPHP_METHOD ( Dialect  ,
toValueString   
)

Definition at line 325 of file Dialect.c.

References onphp_dialect_to_needed_string().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
toFieldString   
)

Definition at line 303 of file Dialect.c.

References onphp_dialect_to_needed_string().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
valueToString   
)

Definition at line 202 of file Dialect.c.

References onphp_ce_DBValue.

ONPHP_METHOD ( Dialect  ,
fieldToString   
)

Definition at line 164 of file Dialect.c.

References onphp_ce_DialectString.

ONPHP_METHOD ( Dialect  ,
dropTableMode   
)

Definition at line 147 of file Dialect.c.

ONPHP_METHOD ( Dialect  ,
timeZone   
)

Definition at line 130 of file Dialect.c.

ONPHP_METHOD ( Dialect  ,
toCasted   
)

Definition at line 111 of file Dialect.c.

References onphp_append_zval_to_smart_string().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
quoteTable   
)

Definition at line 94 of file Dialect.c.

References onphp_append_zval_to_smart_string().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
quoteField   
)

Definition at line 77 of file Dialect.c.

References onphp_append_zval_to_smart_string().

Here is the call graph for this function:

ONPHP_METHOD ( Dialect  ,
quoteValue   
)

Definition at line 27 of file Dialect.c.


Variable Documentation

ONPHP_ARGINFO_DBCOLUMN [static]

Definition at line 368 of file Dialect.c.

ONPHP_ARGINFO_ONE [static]

Definition at line 365 of file Dialect.c.

ONPHP_ARGINFO_THREE [static]

Definition at line 367 of file Dialect.c.

ONPHP_ARGINFO_TWO [static]

Definition at line 366 of file Dialect.c.

zend_function_entry onphp_funcs_Dialect[]

Initial value:

 {















    ONPHP_ME(Dialect, fullTextRank, arginfo_three, ZEND_ACC_PUBLIC)
    {NULL, NULL, NULL}
}

Definition at line 370 of file Dialect.c.


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