sqlite_valid
導入
ベンダー固有のモジュール
PHP Manual
SQLite3
導入
インストール/設定
インストール手順
実行時設定
リソース型
定義済み定数
SQLite3
? The SQLite3 class
SQLite3::changes
? Returns the number of database rows that were changed (or inserted or deleted) by the most recent SQL statement
SQLite3::close
? Closes the database connection
SQLite3::__construct
? Instantiates an SQLite3 object and opens an SQLite 3 database
SQLite3::createAggregate
? Registers a PHP function for use as an SQL aggregate function
SQLite3::createFunction
? Registers a PHP function for use as an SQL scalar function
SQLite3::escapeString
? Returns a string that has been properly escaped
SQLite3::exec
? Executes a result-less query against a given database
SQLite3::lastErrorCode
? Returns the numeric result code of the most recent failed SQLite request
SQLite3::lastErrorMsg
? Returns English text describing the most recent failed SQLite request
SQLite3::lastInsertRowID
? Returns the row ID of the most recent INSERT into the database
SQLite3::loadExtension
? Attempts to load an SQLite extension library
SQLite3::open
? Opens an SQLite database
SQLite3::prepare
? Prepares an SQL statement for execution
SQLite3::query
? Executes an SQL query
SQLite3::querySingle
? Executes a query and returns a single result
SQLite3::version
? Returns the SQLite3 library version as a string constant and as a number
SQLite3_stmt
? The SQLite3_stmt class
SQLite3_stmt::bindParam
? Binds a parameter to a statement variable
SQLite3_stmt::bindValue
? Binds the value of a parameter to a statement variable
SQLite3_stmt::clear
? Clears all current bound parameters
SQLite3_stmt::close
? Closes the prepared statement
SQLite3_stmt::execute
? Executes a prepared statement and returns a result set object
SQLite3_stmt::paramCount
? Returns the number of parameters within the prepared statement
SQLite3_stmt::reset
? Resets the prepared statement
SQLite3_result
? The SQLite3_result class
SQLite3_result::columnName
? Returns the name of the nth column
SQLite3_result::columnType
? Returns the type of the nth column
SQLite3_result::fetchArray
? Fetches a result row as an associative or numerically indexed array or both
SQLite3_result::finalize
? Closes the result set
SQLite3_result::numColumns
? Returns the number of columns in the result set
SQLite3_result::reset
? Resets the result set back to the first row
sqlite_valid
導入
ベンダー固有のモジュール
PHP Manual