検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 374 for Database (0.167 sec.)
トランザクションをロールバックする 3713
« db2_result db2_server_info » PHP Manual IBM DB2 関数 トランザクションをロールバックする db2_ro ... われたことを示します。 <?php $conn = db2_connect ( $database , $user , $password ); if ( $conn ) { $stmt = db2_ ...
https://man.plustar.jp/php/function.db2-rollback.html - [similar]
直近の MySQL 処理からエラーメッセージのエラー番号を返す 3713
« mysql_drop_db mysql_error » PHP Manual MySQL 関数 直近の MySQL 処理からエラーメッセージのエラー ... 力は、 たとえば以下のようになります。 1049: Unknown database 'nonexistentdb' 1146: Table 'kossu.nonexistenttabl ...
https://man.plustar.jp/php/function.mysql-errno.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 3713
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッ ... 力は、 たとえば以下のようになります。 1049: Unknown database 'nonexistentdb' 1146: Table 'kossu.nonexistenttabl ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]
結果における行の数を得る 3713
« mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_row ... sql_user" , "mysql_password" ); mysql_select_db ( "database" , $link ); $result = mysql_query ( "SELECT * FROM ...
https://man.plustar.jp/php/function.mysql-num-rows.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 3713
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... を使います。 LOB のプリフェッチサイズの値は、Oracle Database 12.2 以降でのみ設定できます。 パラメータ statement ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
Retrieves the next row of data in a result set as an object 3713
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "pas ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
Prepares and executes a query 3713
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "pas ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
拡張サービスのリクエストを準備する 3713
« yaz_es_result yaz_get_option » PHP Manual YAZ 関数 拡張サービスのリクエストを準備する yaz_es ( ... レコードの更新 <?php $con = yaz_connect ( "myhost/database" ); $args = array ( "record" => "<gils><title>some ...
https://man.plustar.jp/php/function.yaz-es.html - [similar]
インストール手順 3713
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 ibm_db2 拡張モ ... プションを追加する必要があります。 IBM DB2 Universal Database の » サポートサイト にてフリーで公開されている DB2 ...
https://man.plustar.jp/php/ibm-db2.installation.html - [similar]
コードポイントに対応する、バイナリ Unicode プロパティがあるかを調べる 3713
« IntlChar::getUnicodeVersion IntlChar::isalnum » PHP Manual IntlChar コードポイントに対応する、 ... しています。 プロパティの API は、 Unicode Character Database (UCD) や Unicode Technical Reports (UTR) で定義され ...
https://man.plustar.jp/php/intlchar.hasbinaryproperty.html - [similar]