maxdb_error

(PECL maxdb >= 1.0) Returns a string description of the last error string maxdb_error ( resource $link ) Procedural style Object oriented style string $maxdb->error; The maxdb_error() function is identical to the corresponding maxdb_errno() function in every way, except instead of returning an integer error code the maxdb_error() function will return a string representation of the last error to occur for the database

maxdb_embedded_connect

(PECL maxdb >= 1.0) Open a connection to an embedded MaxDB server resource maxdb_embedded_connect ([ string $dbname ] ) This function is currently not documented; only its argument list is available.

maxdb_disable_reads_from_master

(PECL maxdb >= 1.0) Disable reads from master bool maxdb_disable_reads_from_master ( resource $link ) Procedural style Object oriented style void maxdb::disable_reads_from_master ( void ) This function is currently not documented; only its argument list is available.

maxdb_debug

(PECL maxdb >= 1.0) Performs debugging operations void maxdb_debug ( string $debug ) The maxdb_debug() can be used to trace the SQLDBC communication. The following strings can be used as a parameter to maxdb_debug(): TRACE SHORT ON|OFF - Enables/disables method call trace. TRACE LONG ON|OFF - Enables/disables method argument and detail debug trace. TRACE PACKET ON|OFF|<size> - Enables/disables packet trace, limiti

maxdb_enable_reads_from_master

(PECL maxdb >= 1.0) Enable reads from master bool maxdb_enable_reads_from_master ( resource $link ) This function is currently not documented; only its argument list is available.

maxdb_data_seek

(PECL maxdb >= 1.0) Adjusts the result pointer to an arbitary row in the result bool maxdb_data_seek ( resource $result, int $offset ) Procedural style Object oriented style bool maxdb_result::data_seek ( int $offset ) The maxdb_data_seek() function seeks to an arbitrary result pointer specified by the offset in the result set represented by result. The offset parameter must be between zero and the total number of rows m

maxdb_dump_debug_info

(PECL maxdb >= 1.0) Dump debugging information into the log bool maxdb_dump_debug_info ( resource $link ) This function is currently not documented; only its argument list is available.

maxdb_enable_rpl_parse

(PECL maxdb >= 1.0) Enable RPL parse bool maxdb_enable_rpl_parse ( resource $link ) This function is currently not documented; only its argument list is available.

maxdb_disable_rpl_parse

(PECL maxdb >= 1.0) Disable RPL parse bool maxdb_disable_rpl_parse ( resource $link ) This function is currently not documented; only its argument list is available.

maxdb_connect

(PECL maxdb >= 1.0) Open a new connection to the MaxDB server resource maxdb_connect ([ string $host [, string $username [, string $passwd [, string $dbname [, int $port = 0 [, string $socket ]]]]]] ) Procedural style Object oriented style maxdb::__construct ([ string $host [, string $username [, string $passwd [, string $dbname [, int $port = 0 [, string $socket ]]]]]] ) The maxdb_connect() function attempts to open a