--- embedaddon/php/ext/pdo_dblib/php_pdo_dblib_int.h 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pdo_dblib/php_pdo_dblib_int.h 2012/05/29 12:34:41 1.1.1.2 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pdo_dblib_int.h,v 1.1.1.1 2012/02/21 23:47:59 misho Exp $ */ +/* $Id: php_pdo_dblib_int.h,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ */ #ifndef PHP_PDO_DBLIB_INT_H #define PHP_PDO_DBLIB_INT_H @@ -114,28 +114,7 @@ typedef struct { } pdo_dblib_db_handle; typedef struct { - int coltype; - char *name; - int maxlen; - char *source; -} pdo_dblib_col; - -typedef struct { - unsigned long len; - char *data; -} pdo_dblib_colval; - -typedef struct { pdo_dblib_db_handle *H; - - int ncols; - pdo_dblib_col *cols; - - pdo_dblib_colval *rows; - int nrows; - - int current; - pdo_dblib_err err; } pdo_dblib_stmt;