6876 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_get_field
|
詳細
|
1. Gets field data from the currently selected row
|
|
6877 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_has_rows
|
詳細
|
1. Indicates whether the specified statement has rows
|
|
6878 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_next_result
|
詳細
|
1. Makes the next result of the specified statement active
|
|
6879 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_num_fields
|
詳細
|
1. Retrieves the number of fields (columns) on a statement
|
|
6880 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_num_rows
|
詳細
|
1. Retrieves the number of rows in a result set
|
|
スポンサー
|
6881 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_prepare
|
詳細
|
1. Prepares a query for execution
|
|
6882 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_query
|
詳細
|
1. Prepares and executes a query
|
|
6883 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_rollback
|
詳細
|
1. Rolls back a transaction that was begun with sqlsrv_begin_transaction
|
|
6884 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_rows_affected
|
詳細
|
1. Returns the number of rows modified by the last INSERT
|
|
6885 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_send_stream_data
|
詳細
|
1. Sends data from parameter streams to the server
|
|
スポンサー
|
6886 |
PHPの関数・メソッドの単語集 |
|
sqlsrv_server_info
|
詳細
|
1. Returns information about the server
|
|
6887 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::bind
|
詳細
|
1. ステートメントのパラメータをバインドする
|
|
6888 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::execute
|
詳細
|
1. 操作を実行する
|
|
6889 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::getNextResult
|
詳細
|
1. 次の結果を取得する
|
|
6890 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::getResult
|
詳細
|
1. 結果を取得する
|
|
スポンサー
|
6891 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::hasMoreResults
|
詳細
|
1. さらに結果があるかを調べる
|
|
6892 |
PHPの関数・メソッドの単語集 |
|
SqlStatement::__construct
|
詳細
|
1. SqlStatement のコンストラクタ
|
|
6893 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::fetchAll
|
詳細
|
1. 結果セットから全行取得する
|
|
6894 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::fetchOne
|
詳細
|
1. 単一の行を取得する
|
|
6895 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getAffectedItemsCount
|
詳細
|
1. 影響を受けた行数を取得する
|
|
スポンサー
|
6896 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getColumnNames
|
詳細
|
1. カラム名を取得する
|
|
6897 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getColumns
|
詳細
|
1. カラムを取得する
|
|
6898 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getColumnsCount
|
詳細
|
1. カラムの数を取得する
|
|
6899 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getGeneratedIds
|
詳細
|
1. 生成された id を取得する
|
|
6900 |
PHPの関数・メソッドの単語集 |
|
SqlStatementResult::getLastInsertId
|
詳細
|
1. 最後に挿入されたidを取得する
|
|
スポンサー
|