Results of 1 - 10 of about 125 for getSchema (0.005 sec.)
- スキーマオブジェクトを得る 12335
- « Collection::getOne Collection::getSession » PHP Manual mysql_xdevapi\Collection スキーマオブジ
...
ェクトを得る Collection::getSchema (No version information available, might only be i ...
n Git) Collection::getSchema — スキーマオブジェクトを得る 説明 public mysql_xde ...
vapi\Collection::getSchema (): Schema Object コレクションを含むスキーマオブジ ...
null を返します。 例 例1 mysql_xdevapi\Collection::getSchema() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.getschema.html
- [similar]
- テーブルスキーマを取得する 12335
- « Table::getName Table::getSession » PHP Manual mysql_xdevapi\Table テーブルスキーマを取得する T
...
able::getSchema (No version information available, might only be i ...
n Git) Table::getSchema — テーブルスキーマを取得する 説明 public mysql_xde ...
vapi\Table::getSchema (): mysql_xdevapi\Schema テーブルに紐付いたスキーマ ...
オブジェクトを返します。 例 例1 mysql_xdevapi\Table::getSchema() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.getschema.html
- [similar]
- スキーマオブジェクトを得る 11770
- « mysql_xdevapi\SchemaObject mysql_xdevapi\Session » PHP Manual mysql_xdevapi\SchemaObject スキー
...
マオブジェクトを得る SchemaObject::getSchema (No version information available, might only be i ...
n Git) SchemaObject::getSchema — スキーマオブジェクトを得る 説明 abstract mysql_x ...
devapi\SchemaObject::getSchema (): mysql_xdevapi\Schema スキーマオブジェクトを取得 ...
ブジェクトを返します。 例 例1 mysql_xdevapi\Session::getSchema() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-schemaobject.getschema.html
- [similar]
- 新しいスキーマオブジェクトを取得する 11671
- « Session::getDefaultSchema Session::getSchemas » PHP Manual mysql_xdevapi\Session 新しいスキーマ
...
オブジェクトを取得する Session::getSchema (No version information available, might only be i ...
n Git) Session::getSchema — 新しいスキーマオブジェクトを取得する 説明 public ...
mysql_xdevapi\Session::getSchema ( string $schema_name ): mysql_xdevapi\Schema 与え ...
ブジェクトを返します。 例 例1 mysql_xdevapi\Session::getSchema() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-session.getschema.html
- [similar]
- SchemaObject インターフェイス 10725
- « Schema::getTables SchemaObject::getSchema » PHP Manual Mysql_xdevapi SchemaObject インターフェ
...
l_xdevapi\DatabaseObject { /* メソッド */ abstract getSchema (): mysql_xdevapi\Schema } 目次 SchemaObject::getS ...
クトを得る 関連キーワード: SchemaObject , xdevapi , getSchema , getTables , Mysql , クラス , 概要 , implements , ...
-
https://man.plustar.jp/php/class.mysql-xdevapi-schemaobject.html
- [similar]
- Session クラス 8538
- « SchemaObject::getSchema Session::close » PHP Manual Mysql_xdevapi Session クラス Session クラス
...
: string public getDefaultSchema (): string public getSchema ( string $schema_name ): mysql_xdevapi\Schema publ ...
ic getSchemas (): array public getServerVersion (): int public ...
Schema — デフォルトのスキーマ名を取得する Session::getSchema — 新しいスキーマオブジェクトを取得する Session::ge ...
ス , 取得 , xdevapi , スキーマ , トランザクション , getSchema , schema ...
-
https://man.plustar.jp/php/class.mysql-xdevapi-session.html
- [similar]
- デフォルトのスキーマ名を取得する 8256
- « Session::generateUUID Session::getSchema » PHP Manual mysql_xdevapi\Session デフォルトのスキー
...
は、 null を返します。 例 例1 mysql_xdevapi\Session::getSchema() の例 <?php $uri = "mysqlx://testuser:testpasswd@ ...
ession , デフォルト , xdevapi , getDefaultSchema , getSchema , パラメータ , 設定 , 接続 ...
-
https://man.plustar.jp/php/mysql-xdevapi-session.getdefaultschema.html
- [similar]
- テーブル名を取得する 7015
- « Table::existsInDatabase Table::getSchema » PHP Manual mysql_xdevapi\Table テーブル名を取得する
...
('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.getname.html
- [similar]
- セッションオブジェクトを取得 6929
- « Collection::getSchema Collection::modify » PHP Manual mysql_xdevapi\Collection セッションオブジ
...
addressbook" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $collection = $schema -> create ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.getsession.html
- [similar]
- テーブルを操作するためのセッションを取得する 6929
- « Table::getSchema Table::insert » PHP Manual mysql_xdevapi\Table テーブルを操作するためのセッシ
...
('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.getsession.html
- [similar]