php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
odbc_stmt.c File Reference
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/pdo/php_pdo.h"
#include "ext/pdo/php_pdo_driver.h"
#include "php_pdo_odbc.h"
#include "php_pdo_odbc_int.h"

Go to the source code of this file.

Enumerations

enum  pdo_odbc_conv_result { PDO_ODBC_CONV_NOT_REQUIRED , PDO_ODBC_CONV_OK , PDO_ODBC_CONV_FAIL }
 

Variables

const struct pdo_stmt_methods odbc_stmt_methods
 

Enumeration Type Documentation

◆ pdo_odbc_conv_result

Enumerator
PDO_ODBC_CONV_NOT_REQUIRED 
PDO_ODBC_CONV_OK 
PDO_ODBC_CONV_FAIL 

Definition at line 29 of file odbc_stmt.c.

Variable Documentation

◆ odbc_stmt_methods

const struct pdo_stmt_methods odbc_stmt_methods
Initial value:
= {
odbc_stmt_dtor,
odbc_stmt_execute,
odbc_stmt_fetch,
odbc_stmt_describe,
odbc_stmt_get_col,
odbc_stmt_param_hook,
odbc_stmt_set_param,
odbc_stmt_get_attr,
odbc_stmt_get_column_meta,
odbc_stmt_next_rowset,
odbc_stmt_close_cursor
}

Definition at line 866 of file odbc_stmt.c.