db2_column_privileges

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the columns and associated privileges for a table resource db2_column_privileges ( resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name ]]]] ) Returns a result set listing the columns and associated privileges for a table. Parameters: connection A valid connection

db2_close

(PECL ibm_db2 >= 1.0.0) Closes a database connection bool db2_close ( resource $connection ) This function closes a DB2 client connection created with db2_connect() and returns the corresponding resources to the database server. If you attempt to close a persistent DB2 client connection created with db2_pconnect(), the close request is ignored and the persistent DB2 client connection remains available for the next cal

db2_client_info

(PECL ibm_db2 >= 1.1.1) Returns an object with properties that describe the DB2 database client object db2_client_info ( resource $connection ) This function returns an object with read-only properties that return information about the DB2 database client. The following table lists the DB2 client properties: DB2 client properties Property name Return type Description APPL_CODEPAGE int The application code page. CONN_CODE

db2_bind_param

(PECL ibm_db2 >= 1.0.0) Binds a PHP variable to an SQL statement parameter bool db2_bind_param ( resource $stmt, int $parameter-number, string $variable-name [, int $parameter-type [, int $data-type = 0 [, int $precision = -1 [, int $scale = 0 ]]]] ) Binds a PHP variable to an SQL statement parameter in a statement resource returned by db2_prepare(). This function gives you more control over the parameter type, data

db2_autocommit

(PECL ibm_db2 >= 1.0.0) Returns or sets the AUTOCOMMIT state for a database connection mixed db2_autocommit ( resource $connection [, bool $value ] ) Sets or gets the AUTOCOMMIT behavior of the specified connection resource. Parameters: connection A valid database connection resource variable as returned from db2_connect() or db2_pconnect(). va

fbsql_warnings

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Enable or disable FrontBase warnings bool fbsql_warnings ([ bool $OnOff ] ) Enables or disables FrontBase warnings. Parameters: OnOff Whether to enable warnings or no. Returns: Returns TRUE if warnings is turned on, FALSE otherwise. See also:

fbsql_username

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get or set the username for the connection string fbsql_username ( resource $link_identifier [, string $username ] ) Get or set the username used for the connection. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open l

fbsql_tablename

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Alias of fbsql_table_name() This function is an alias of: fbsql_table_name().

fbsql_table_name

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get table name of field string fbsql_table_name ( resource $result, int $index ) fbsql_table_name() gets the name of the current table in the given result set. The fbsql_num_rows() function may be used to determine the number of tables in the result pointer. Parameters: result A result pointer returned by fbsql_list_tables().

fbsql_stop_db

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Stop a database on local or remote server bool fbsql_stop_db ( string $database_name [, resource $link_identifier ] ) Stops a database on local or remote server. Parameters: database_name The database name. link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If op