検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 220 for テーブル (0.017 sec.)
MySQL データベース上のテーブルのリストを得る 5898
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブル... , PHP 5) mysql_list_tables — MySQL データベース上のテーブルのリストを得る 警告 この関数は PHP 4.3.0 で非推奨にな ... = NULL ): resource | false MySQL データベースから、テーブル名のリストを取得します。 この関数は非推奨となりました ... るためには mysql_tablename() 関数を利用し、 取得したテーブルを利用するには mysql_fetch_array() などの関数を利用し ... ベースのリストを得る mysql_tablename() - フィールドのテーブル名を得る 関連キーワード: データベース , テーブル , リ ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
テーブルに行を挿入する 5898
« Table::getSession Table::isView » PHP Manual mysql_xdevapi\Table テーブルに行を挿入する Table: ... n available, might only be in Git) Table::insert — テーブルに行を挿入する 説明 public mysql_xdevapi\Table::inse ... ixed ...$more_columns ): mysql_xdevapi\TableInsert テーブルに行を挿入します。 パラメータ columns データを挿入す ... " , 43 ]) -> execute (); ?> 関連キーワード: 挿入 , テーブル , Table , 行 , insert , columns , xdevapi , TableI ...
https://man.plustar.jp/php/mysql-xdevapi-table.insert.html - [similar]
特殊カラムを取得する 5866
« odbc_setoption odbc_statistics » PHP Manual ODBC 関数 特殊カラムを取得する odbc_specialcolumns ... e , int $scope , int $nullable ): resource | false テーブルのレコードを特定する最適なカラムの組合せ、 またはレコ ... が SQL_BEST_ROWID の場合、 odbc_specialcolumns() はテーブルの各レコードを特定するカラムを返します。 引数 type が ... lumns() はカラムから値を取得する ことにより指定したテーブルでレコードを特定できる最適なカラムまたはカラムの組を ... hema スキーマ (ODBC 2 の用語では '所有者')。 table テーブル。 scope スコープ。これは結果セットを並べかえる際に使 ...
https://man.plustar.jp/php/function.odbc-specialcolumns.html - [similar]
テーブルラベルを取得する 5866
« ColumnResult::getSchemaName ColumnResult::getTableName » PHP Manual mysql_xdevapi\ColumnResult ... テーブルラベルを取得する ColumnResult::getTableLabel (No ver ... ight only be in Git) ColumnResult::getTableLabel — テーブルラベルを取得する 説明 public mysql_xdevapi\ColumnRes ... bleLabel() の例 <?php /* ... */ ?> 関連キーワード: テーブル , 取得 , ラベル , ColumnResult , getTableLabel , x ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.gettablelabel.html - [similar]
テーブルを操作するためのセッションを取得する 5866
« Table::getSchema Table::insert » PHP Manual mysql_xdevapi\Table テーブルを操作するためのセッシ ... ailable, might only be in Git) Table::getSession — テーブルを操作するためのセッションを取得する 説明 public mys ... devapi\Table::getSession (): mysql_xdevapi\Session テーブルに紐付いたセッションを取得します。 パラメータ この関 ... t(mysql_xdevapi\Session)#9 (0) { } 関連キーワード: テーブル , セッション , 取得 , 操作 , Table , xdevapi , get ...
https://man.plustar.jp/php/mysql-xdevapi-table.getsession.html - [similar]
ステートメントの種類を返す 5825
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... ype ( $stid ) == "DELETE" ) { trigger_error ( 'このテーブルを削除する権限がありません' , E_USER_ERROR ); } else ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
PostgreSQL 関数 5793
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... 、オブジェクトの生成時やクエリの実行時に 識別子(例: テーブル名・カラム名)を自動的に小文字に変換します。 この自動 ... タベースのスキーマ情報(例: データベース内の すべてのテーブルなど)を取得するための特別なコマンドがありません。 そ ... して実行可能な形式に変換する pg_copy_from — 配列からテーブルに挿入する pg_copy_to — 配列にテーブルをコピーする p ... pg_host — 接続に関連するホスト名を返す pg_insert — テーブルに配列を挿入する pg_last_error — 特定の接続から直近の ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
テーブルから行を選択する 5772
« Table::isView Table::update » PHP Manual mysql_xdevapi\Table テーブルから行を選択する Table::s ... n available, might only be in Git) Table::select — テーブルから行を選択する 説明 public mysql_xdevapi\Table::se ... ixed ...$more_columns ): mysql_xdevapi\TableSelect テーブルからデータを取得します。 パラメータ columns データを ... ay ( [name] => Sam [age] => 33 ) ) 関連キーワード: テーブル , 選択 , Table , 行 , columns , xdevapi , Array , ...
https://man.plustar.jp/php/mysql-xdevapi-table.select.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 5741
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... ; if ( $stmt = $mysqli -> prepare ( $query )) { /* テーブルを削除します */ $mysqli -> query ( "DROP TABLE myCou ... ( $stmt = mysqli_prepare ( $link , $query )) { /* テーブルを削除します */ mysqli_query ( $link , "DROP TABLE m ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近のステートメントのエラー内容を文字列で返す 5741
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... ; if ( $stmt = $mysqli -> prepare ( $query )) { /* テーブルを削除します */ $mysqli -> query ( "DROP TABLE myCou ... ( $stmt = mysqli_prepare ( $link , $query )) { /* テーブルを削除します */ mysqli_query ( $link , "DROP TABLE m ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT