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 maxdb 函数 returns the error code from last connect callphp maxdb 函数 returns a string description of the last connect errorphp maxdb 函数 returns the version of the maxdb protocol usedphp maxdb 函数 returns the version of the maxdb serverphp 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 sqlstate error from previous maxdb operationphp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed 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 mysqli stmt prepare an sql statement for executionphp mysqlnduhconnection initializes a statement and returns a resource for use with mysqli statement prepare
关注编程学问公众号