×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
DB_common is the base class from which each database driver class extends. All common methods are declared here.
Database independent query interface definition for PHP's PostgreSQL extension. DB_sqlite: Database independent query interface definition for the SQLite PECL ...
PHP extension for the DHTMLX library. Contribute to DHTMLX/connector-php development by creating an account on GitHub.
Automatically prepares and executes INSERT or UPDATE queries. This method builds a SQL statement using autoPrepare() and then executes the statement using ...
DB_common is an interface class; that provides all methods to query a specific database. An instance of a database specific class will be returned by the ...
2010/10/01 · Returns the next available number from a sequence. The sequence is automatically incremented each time this method is called.
The type of query to create with the automatic query building methods. see: DB_common::autoPrepare(), DB_common::autoExecute(). DB_AUTOQUERY_UPDATE = 2 (line ...
DB_common::getOption(). DB_common::getOption() – Determines current state of a PEAR DB configuration option ... Example. Simple getOption() example. <?php // Once ...
DB_common is an interface class; that provides all methods to query a specific database. An instance of a database specific class will be returned by the ...
* + phptype: Database backend used in PHP (mysql, odbc etc.) * + dbsyntax: Database used with regards ...