検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 374 for Database (0.083 sec.)
Firebird/InterBase 3941
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... it_event ibase_add_user — Add a user to a security database ibase_affected_rows — 直近のクエリで変更された行の ... ibase_delete_user — Delete a user from a security database ibase_drop_db — データベースを削除する ibase_errco ... する ibase_modify_user — Modify a user to a security database ibase_name_result — 結果セットに名前を割り当てる i ...
https://man.plustar.jp/php/book.ibase.html - [similar]
データベース接続の AUTOCOMMIT の状態を取得または設定する 3941
« IBM DB2 関数 db2_bind_param » PHP Manual IBM DB2 関数 データベース接続の AUTOCOMMIT の状態を取 ... t' => DB2_AUTOCOMMIT_OFF ); $conn = db2_connect ( $database , $user , $password , $options ); $ac = db2_autoco ... t' => DB2_AUTOCOMMIT_OFF ); $conn = db2_connect ( $database , $user , $password , $options ); // AUTOCOMMIT を ...
https://man.plustar.jp/php/function.db2-autocommit.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 3941
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ... の代替として、これらが使えます。 SQL クエリー: SHOW DATABASES 説明 mysql_list_dbs ( resource $link_identifier = ... ' , 'mysql_password' ); $res = mysql_query ( "SHOW DATABASES" ); while ( $row = mysql_fetch_assoc ( $res )) { ... echo $row [ 'Database' ] . "\n" ; } // PHP 5.4.0 からは非推奨 $link = my ... = mysql_fetch_object ( $db_list )) { echo $row -> Database . "\n" ; } ?> 上の例の出力は、 たとえば以下のように ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
MySQL テーブルのフィールドのリストを得る 3941
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... NS FROM sometable 説明 mysql_list_fields ( string $database_name , string $table_name , resource $link_identif ... 'name'] 文を発行することを推奨します。 パラメータ database_name クエリの対象となるデータベース名。 table_name ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 3941
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... ABLES FROM dbname 説明 mysql_list_tables ( string $database , resource $link_identifier = NULL ): resource | f ... attern'] 文を発行することを推奨します。 パラメータ database データベース名。 link_identifier MySQL 接続。指定さ ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
データソースに接続する 3941
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP ... r={SQL Server Native Client 10.0};Server= $server ;Database= $database ;" , $user , $password ); // Microsoft ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
メタデータ 3941
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... ew mysqli ( "example.com" , "user" , "password" , "database" ); $result = $mysqli -> query ( "SELECT 1 AS _one ... ew mysqli ( "example.com" , "user" , "password" , "database" ); $stmt = $mysqli -> prepare ( "SELECT 1 AS _one ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
トランザクションのサポート 3941
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート ... ew mysqli ( "example.com" , "user" , "password" , "database" ); /* Recommended: using API to control transacti ... ew mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> autocommit ( false ); $mysqli -> qu ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 3941
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... ードされているコードポイントから、 Unicode Character Database (UCD) で指定されている Decomposition_Mapping プロパ ... ているコードポイントです。 戻り値 Unicode Character Database (UCD) に存在する場合、 Decomposition_Mapping プロパ ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
Creates new RRDGraph instance 3941
« RRDGraph RRDGraph::save » PHP Manual RRDGraph Creates new RRDGraph instance RRDGraph::__constr ... nce is responsible for rendering the result of RRD database query into image. パラメータ path Full path for th ...
https://man.plustar.jp/php/rrdgraph.construct.html - [similar]