maxdb_stmt_init

maxdb::stmt_init

(PECL maxdb >= 1.0)

maxdb_stmt_init -- maxdb::stmt_initInitializes a statement and returns an resource for use with maxdb_stmt_prepare

说明

过程化风格

maxdb_stmt_init ( resource $link ) : resource

面向对象风格

maxdb::stmt_init ( void ) : object

Allocates and initializes a statement resource suitable for maxdb_stmt_prepare().

Note:

Any subsequent calls to any maxdb_stmt function will fail until maxdb_stmt_prepare() was called.

返回值

Returns an resource.

参见

相关文章
php ibm db2 函数 returns the cursor type used by a statement resourcephp ibm db2 函数 returns a string containing the sqlstate returned by an sql statementphp maxdb 函数 别名 maxdb stmt fetchphp maxdb 函数 initializes maxdb and returns an resource for use with maxdb real connectphp maxdb 函数 prepare an sql statement for executionphp maxdb 函数 escapes special characters in a string for use in an sql statement taking into account the current charset of the connectionphp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp maxdb 函数 closes a prepared statementphp maxdb 函数 returns the error code for the most recent statement callphp maxdb 函数 returns a string description for last statement errorphp maxdb 函数 initializes a statement and returns an resource for use with maxdb stmt preparephp maxdb 函数 returns the number of parameter for the given statementphp maxdb 函数 prepare an sql statement for executionphp maxdb 函数 returns result set metadata from a prepared statementphp maxdb 函数 returns sqlstate error from previous statement operationphp oci8 函数 returns the next child statement resource from a parent statement resource that has oracle database 12c implicit result setsphp sqlsrv 函数 executes a statement prepared with sqlsrv preparephp mysqli stmt returns the number of field in the given statementphp mysqlnduhconnection initializes a statement and returns a resource for use with mysqli statement preparephp sqlite3stmt executes a prepared statement and returns a result set object
关注编程学问公众号