Dialect.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2006-2007 by Konstantin V. Arkhipov                     *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU Lesser General Public License as        *
00006  *   published by the Free Software Foundation; either version 3 of the    *
00007  *   License, or (at your option) any later version.                       *
00008  *                                                                         *
00009  ***************************************************************************/
00010 /* $Id: Dialect.h 4687 2007-12-09 18:57:18Z voxus $ */
00011 
00012 #ifndef ONPHP_CORE_DIALECT_H
00013 #define ONPHP_CORE_DIALECT_H
00014 
00015 #include "onphp_core.h"
00016 
00017 #define ONPHP_ARGINFO_DIALECT \
00018     ZEND_BEGIN_ARG_INFO(arginfo_dialect, 0) \
00019         ZEND_ARG_OBJ_INFO(0, dialect, Dialect, 0) \
00020     ZEND_END_ARG_INFO()
00021 
00022 #define ONPHP_ARGINFO_DBCOLUMN \
00023     ZEND_BEGIN_ARG_INFO(arginfo_dbcolumn, 0) \
00024         ZEND_ARG_OBJ_INFO(0, column, DBColumn, 0) \
00025     ZEND_END_ARG_INFO();
00026 
00027 PHPAPI zend_class_entry *onphp_ce_Dialect;
00028 
00029 extern zend_function_entry onphp_funcs_Dialect[];
00030 
00031 #endif /* ONPHP_CORE_DIALECT_H */

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