検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 532 for execute (0.038 sec.)
非同期クエリの結果を取得する 3166
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ... _query() , pg_send_query_params() あるいは pg_send_execute() で実行した非同期クエリから PgSql\Result クラスの ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
直近の行のオブジェクト ID を返す 3166
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
エラー報告の各フィールドを返す 3166
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 fie ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
結果に関連するエラーメッセージを取得する 3166
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
Opens a connection to a Microsoft SQL Server database 3166
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... ect. To change the database on an open connection, execute the following query "USE dbName" (e.g. sqlsrv_quer ... operation performed sqlsrv_query() - Prepares and executes a query 関連キーワード: connection , sqlsrv , dat ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Retrieves the next row of data in a result set as an object 3166
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... ement resource created by sqlsrv_query() or sqlsrv_execute() . className The name of the class to instantiate ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
Add a delete operation to the bulk 3166
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... ongodb://localhost:27017' ); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); ?> 参考 Mong ... oDB\Driver\Manager::executeBulkWrite() - Execute one or more write operations ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]
メタデータ 3166
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... 1 AS _one, 'Hello' AS _two FROM DUAL" ); $stmt -> execute (); $result = $stmt -> result_metadata (); var_dum ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
OCI8 廃止されたエイリアスと関数 3166
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... のエイリアス ocierror — oci_error のエイリアス ociexecute — oci_execute のエイリアス ocifetch — oci_fetch の ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]
トランザクションをコミットする 3166
« PDO::beginTransaction PDO::__construct » PHP Manual PDO トランザクションをコミットする PDO::co ... ( $sql ); foreach ( $fruits as $fruit ) { $sth -> execute (array( $fruit -> name , $fruit -> colour , $fruit ...
https://man.plustar.jp/php/pdo.commit.html - [similar]