検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 374 for Database (0.047 sec.)
カラムのメタデータを取得する 4002
« RowResult::getColumnNames RowResult::getWarnings » PHP Manual mysql_xdevapi\RowResult カラムの ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE addressbook" )-> execute (); $session -> sql ( "CR ... EATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TAB ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumns.html - [similar]
スキーマにコレクションを追加する 4002
« Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS food" )-> execute (); $session -> sql ( ... "CREATE DATABASE food" )-> execute (); $session -> sql ( "CREATE TA ...
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html - [similar]
直近の接続エラーメッセージおよび SQLCODE を返す 3976
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE ... 力は以下となります。 [IBM][CLI Driver] SQL1013N The database alias name or database name "BADNAME" could not be ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
はじめに 3976
« RpmInfo インストール/設定 » PHP Manual RpmInfo はじめに はじめに This extension enables you to ... ormation from RPM files or from the installed RPMs database. 関連キーワード: from , RpmInfo , インストール , 設 ...
https://man.plustar.jp/php/intro.rpminfo.html - [similar]
ドキュメントを検索する 3976
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> ... sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]
コレクションのドキュメントを変更する 3976
« Collection::getSession Collection::remove » PHP Manual mysql_xdevapi\Collection コレクションの ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> ... sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> ...
https://man.plustar.jp/php/mysql-xdevapi-collection.modify.html - [similar]
クエリのプレースホルダーに値をバインドする 3976
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> ... sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
配列のフィールドに要素を挿入する 3976
« CollectionModify::arrayAppend CollectionModify::bind » PHP Manual mysql_xdevapi\CollectionModi ... ser:password@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> ... sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $session -> ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayinsert.html - [similar]
どの API を使うか 3976
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... ew mysqli ( "example.com" , "user" , "password" , "database" ); $result = $mysqli -> query ( "SELECT 'Hello, d ... DO $pdo = new PDO ( 'mysql:host=example.com;dbname=database' , 'user' , 'password' ); $statement = $pdo -> que ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
Firebird/InterBase 関数 3976
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... 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/ref.ibase.html - [similar]