検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 51 for tables (0.013 sec.)
MySQL データベース上のテーブルのリストを得る 14028
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... リストを得る mysql_list_tables (PHP 4, PHP 5) mysql_list_tables — MySQL データベー ... の代替として、これらが使えます。 SQL クエリー: SHOW TABLES FROM dbname 説明 mysql_list_tables ( string $datab ... となりました。かわりに mysql_query() を利用して SHOW TABLES [FROM db_name] [LIKE 'pattern'] 文を発行することを ... 7 この関数は非推奨となりました。 例 例1 mysql_list_tables() の別の例 <?php $dbname = 'mysql_dbname' ; if (! ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 11899
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... のリストを取得する odbc_tables (PHP 4, PHP 5, PHP 7, PHP 8) odbc_tables — 指定した ... 保存されたテーブルの名前のリストを取得する 説明 odbc_tables ( resource $odbc , ? string $catalog = null , ? st ... が指定したテーブル型をサポートしていない場合、 odbc_tables() はその型についていかなる結果も 返しません。 戻り ... hp $conn = odbc_connect ( $dsn , $user , $pass ); $tables = odbc_tables ( $conn , 'SalesOrders' , 'dbo' , '% ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
フィールドのテーブル名を得る 11525
« mysql_stat mysql_thread_id » PHP Manual MySQL 関数 フィールドのテーブル名を得る mysql_tablenam ... の代替として、これらが使えます。 SQL クエリー: SHOW TABLES 説明 mysql_tablename ( resource $result , int $i ) ... は非推奨です。かわりに mysql_query() を利用して SHOW TABLES [FROM db_name] [LIKE 'pattern'] 文を発行することを ... 推奨します。 パラメータ result mysql_list_tables() から返される 結果ポインタ resource 。 i 整数のイ ... l_user" , "mysql_password" ); $result = mysql_list_tables ( "mydb" ); $num_rows = mysql_num_rows ( $result ) ...
https://man.plustar.jp/php/function.mysql-tablename.html - [similar]
tables フィールドの名前あるいは oid を返す 10281
« pg_field_size pg_field_type_oid » PHP Manual PostgreSQL 関数 tables フィールドの名前あるいは o ... le (PHP 5 >= 5.2.0, PHP 7, PHP 8) pg_field_table — tables フィールドの名前あるいは oid を返す 説明 pg_field_ ... 関連キーワード: oid , フィールド , 名前 , テーブル , tables , only , PgSql , Result , result , クラス ...
https://man.plustar.jp/php/function.pg-field-table.html - [similar]
現在のシステム状態を取得する 9531
« mysqli::ssl_set mysqli::stmt_init » PHP Manual mysqli 現在のシステム状態を取得する mysqli::sta ... 1 Questions: 5340 Slow queries: 0 Opens: 13 Flush tables: 1 Open tables: 0 Queries per second avg: 19.632 M ... , 状態 , stat , 取得 , システム , 手続き , init , tables , string , status ...
https://man.plustar.jp/php/mysqli.stat.html - [similar]
現在のシステムの状態を取得する 8902
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... ] => Slow queries: 0 [4] => Opens: 26 [5] => Flush tables: 1 [6] => Open tables: 17 [7] => Queries per secon ... システム , リンク , identifier , PDO , var , size , tables ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
データベース内のテーブルおよび関連するメタデータを含む結果セットを返す 8767
« db2_table_privileges MongoDB » PHP Manual IBM DB2 関数 データベース内のテーブルおよび関連するメ ... タデータを含む結果セットを返す db2_tables (PECL ibm_db2 >= 1.0.0) db2_tables — データベース内 ... び関連するメタデータを含む結果セットを返す 説明 db2_tables ( resource $connection , string $qualifier = ? , s ...
https://man.plustar.jp/php/function.db2-tables.html - [similar]
スキーマのテーブルを取得する 8527
« Schema::getTable mysql_xdevapi\SchemaObject » PHP Manual mysql_xdevapi\Schema スキーマのテーブ ... ルを取得する Schema::getTables (No version information available, might only be i ... n Git) Schema::getTables — スキーマのテーブルを取得する 説明 public mysql_x ... devapi\Schema::getTables (): array 警告 この関数は、 現在のところ詳細な情報 ... オブジェクトです。 例 例1 mysql_xdevapi\Schema::getTables() の例 <?php $session = mysql_xdevapi \ getSession ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettables.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 8153
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... ILEGE] => DELETE [IS_GRANTABLE] => YES ) 参考 odbc_tables() - 指定したデータソースに保存されたテーブルの名前 ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
リソース型の一覧 7898
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... ysql_list_dbs() , mysql_list_fields() , mysql_list_tables() , mysql_query() , mysql_result() , mysql_select_ ... ysql_list_dbs() , mysql_list_fields() , mysql_list_tables() , mysql_query() , mysql_result() , mysql_select_ ... ist_fields() , mysql_list_processes() , mysql_list_tables() , mysql_query() , mysql_unbuffered_query() mysql ... dbc_error() , odbc_errormsg() , odbc_exec() , odbc_tables() , odbc_tableprivileges() , odbc_do() , odbc_prep ...
https://man.plustar.jp/php/resource.html - [similar]
PREV 1 2 3 4 5 6 NEXT