6851 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::bindParam
|
詳細
|
1. パラメータを変数にバインドする
|
|
6852 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::bindValue
|
詳細
|
1. パラメータの値を変数にバインドする
|
|
6853 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::clear
|
詳細
|
1. 現在バインドされているすべてのパラメータをクリアする
|
|
6854 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::close
|
詳細
|
1. プリペアドステートメントを閉じる
|
|
6855 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::execute
|
詳細
|
1. プリペアドステートメントを実行し、結果セットオブジェクトを返す
|
|
スポンサー
|
6856 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::getSQL
|
詳細
|
1. ステートメントのSQLを取得する
|
|
6857 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::paramCount
|
詳細
|
1. プリペアドステートメント内のパラメータの数を返す
|
|
6858 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::readOnly
|
詳細
|
1. ステートメントが読み取り専用かどうかを返す
|
|
6859 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::reset
|
詳細
|
1. プリペアドステートメントをリセットする
|
|
6860 |
PHPの関数・メソッドの単語集 |
|
SQLite3Stmt::__construct
|
詳細
|
1. SQLite3Stmt オブジェクトを構築する
|
|
スポンサー
|
6861 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_begin_transaction
|
詳細
|
1. Begins a database transaction
|
|
6862 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_cancel
|
詳細
|
1. Cancels a statement
|
|
6863 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_client_info
|
詳細
|
1. Returns information about the client and specified connection
|
|
6864 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_close
|
詳細
|
1. Closes an open connection and releases resourses associated with the connection
|
|
6865 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_commit
|
詳細
|
1. Commits a transaction that was begun with sqlsrv_begin_transaction
|
|
スポンサー
|
6866 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_configure
|
詳細
|
1. Changes the driver error handling and logging configurations
|
|
6867 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_connect
|
詳細
|
1. Opens a connection to a Microsoft SQL Server database
|
|
6868 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_errors
|
詳細
|
1. Returns error and warning information about the last SQLSRV operation performed
|
|
6869 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_execute
|
詳細
|
1. Executes a statement prepared with sqlsrv_prepare
|
|
6870 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_fetch
|
詳細
|
1. Makes the next row in a result set available for reading
|
|
スポンサー
|
6871 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_fetch_array
|
詳細
|
1. 行を配列として返す
|
|
6872 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_fetch_object
|
詳細
|
1. Retrieves the next row of data in a result set as an object
|
|
6873 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_field_metadata
|
詳細
|
1. Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or sqlsrv_query
|
|
6874 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_free_stmt
|
詳細
|
1. Frees all resources for the specified statement
|
|
6875 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_get_config
|
詳細
|
1. Returns the value of the specified configuration setting
|
|
スポンサー
|