検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for sqlstate (0.022 sec.)
直前の MySQL の操作での SQLSTATE エラーを返す 12296
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... を返す mysqli::$sqlstate mysqli_sqlstate (PHP 5, PHP 7, PHP 8) mysqli::$sql ... state -- mysqli_sqlstate — 直前の MySQL の操作での SQLSTATE エラーを返す 説 ... 明 オブジェクト指向型 string $mysqli->sqlstate ; 手続き型 mysqli_sqlstate ( mysqli $mysql ): stri ... ng 直近のエラーについて、SQLSTATE エラーコードを含む文字列を返します。 エラーコードは ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 11930
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文 ... >= 1.0.0) db2_conn_error — 直近の接続から返された SQLSTATE を含む文字列を返す 説明 db2_conn_error ( resource ... は、データベースへの直近の接続が 失敗した原因を表す SQLSTATE を返します。接続が失敗した場合には、 db2_connect() ... は false を返します。 この場合、SQLSTATE の値を取得するために db2_conn_error() に何もパラメ ... タ connection を指定することで 特定の接続についての SQLSTATE を取得することができます。 SQLSTATE の値の意味を調 ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 11396
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... ントの操作での SQLSTATE エラーを返す mysqli_stmt::$sqlstate mysqli_stmt_sq ... lstate (PHP 5, PHP 7, PHP 8) mysqli_stmt::$sqlstate -- mysqli_stmt_sqlstate — 直前のステートメントの操 ... 作での SQLSTATE エラーを返す 説明 オブジェクト指向型 string $mysql ... i_stmt->sqlstate ; 手続き型 mysqli_stmt_sqlstate ( mysqli_stmt $sta ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
SQL 文が返す SQLSTATE を含む文字列を返す 10847
« db2_statistics db2_stmt_errormsg » PHP Manual IBM DB2 関数 SQL 文が返す SQLSTATE を含む文字列を ... CL ibm_db2 >= 1.0.0) db2_stmt_error — SQL 文が返す SQLSTATE を含む文字列を返す 説明 db2_stmt_error ( resource ... $stmt = ? ): string SQL 文が返す SQLSTATE を含む文字列を返します。 db2_stmt_error() の引数に ... 用して) 返そうとしたステートメントリソースに関連する SQLSTATE を返します。 SQLSTATE の値の意味を調べるには、DB2 ... ッサのプロンプトで 次のコマンドを発行します。 db2 '? sqlstate-value ' また、 db2_stmt_errormsg() をコールして、 ...
https://man.plustar.jp/php/function.db2-stmt-error.html - [similar]
SQLSTATE エラーコードを含む情報を返す 9565
« mysqli_sql_exception エイリアスおよび非推奨の Mysqli 関数 » PHP Manual mysqli_sql_exception SQLSTATE ... ラーコードを含む情報を返す mysqli_sql_exception::getSqlState (PHP 8 >= 8.1.2) mysqli_sql_exception::getSqlState ...SQLSTATE エラーコードを含む情報を返す 説明 public mysqli_sq ... l_exception::getSqlState (): string 直近で実行したクエリに関する、 SQLSTATE ... ださい。 注意 : すべての MySQL で発生するエラーが、 SQLSTATE エラーコードに対応しているわけではありません。 対応 ...
https://man.plustar.jp/php/mysqli-sql-exception.getsqlstate.html - [similar]
データベースハンドラにおける直近の操作に関連する SQLSTATE を取得する 9489
« PDO::__construct PDO::errorInfo » PHP Manual PDO データベースハンドラにおける直近の操作に関連す ...SQLSTATE を取得する PDO::errorCode (PHP 5 >= 5.1.0, PHP 7, ... — データベースハンドラにおける直近の操作に関連する SQLSTATE を取得する 説明 public PDO::errorCode (): ? string ... ラメータ この関数にはパラメータはありません。 戻り値 SQLSTATE を返します。これは、ANSI SQL-92 標準で定義された英 ... 数 5 文字の ID です。簡潔に言えば、SQLSTATE は 2文字のクラス値の後に 3 文字のサブクラス値が続き ...
https://man.plustar.jp/php/pdo.errorcode.html - [similar]
直近の接続エラーメッセージおよび SQLCODE を返す 9260
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE ... alse を返します。 この場合、エラーメッセージおよび SQLSTATE の値を取得するために db2_conn_errormsg() に何もパラ ... ることで 特定の接続についてのエラーメッセージおよび SQLSTATE を取得することができます。 パラメータ connection 当 ... 失敗した接続試行の結果を表すエラーメッセージおよび SQLSTATE を返します。 直近の接続試行に関連するエラーがない場 ... わざと無効なパラメータを渡し、エラーメッセージおよび SQLSTATE を取得しています。 <?php $conn = db2_connect ( 'ba ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
文ハンドラにおける直近の操作に関連する SQLSTATE を取得する 9031
« PDOStatement::debugDumpParams PDOStatement::errorInfo » PHP Manual PDOStatement 文ハンドラにお ... ける直近の操作に関連する SQLSTATE を取得する PDOStatement::errorCode (PHP 5 >= 5.1.0 ... errorCode — 文ハンドラにおける直近の操作に関連する SQLSTATE を取得する 説明 public PDOStatement::errorCode (): ... ることを除き、 PDO::errorCode() と等価です。 例 例1 SQLSTATE コードを取得する <?php /* エラーを発生させる -- BO ... - データベースハンドラにおける直近の操作に関連する SQLSTATE を取得する PDO::errorInfo() - データベースハンドラ ...
https://man.plustar.jp/php/pdostatement.errorcode.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 8985
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... s: Array returned by sqlsrv_errors Key Description SQLSTATE For errors that originate from the ODBC driver, th ... e SQLSTATE returned by ODBC. For errors that originate from t ... he Microsoft Drivers for PHP for SQL Server, a SQLSTATE of IMSSP. For warnings that originate from the Mic ... rosoft Drivers for PHP for SQL Server, a SQLSTATE of 01SSP. code For errors that originate from SQL ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
mysqli_sql_exception クラス 8345
« mysqli_warning::next mysqli_sql_exception::getSqlState » PHP Manual MySQLi mysqli_sql_exceptio ... imeException { /* プロパティ */ protected string $ sqlstate = "00000" ; /* 継承したプロパティ */ protected str ... wable $ previous = null ; /* メソッド */ public getSqlState (): string /* 継承したメソッド */ final public Exc ... g private Exception::__clone (): void } プロパティ sqlstate エラーの SQLSTATE。 目次 mysqli_sql_exception::get ... SqlStateSQLSTATE エラーコードを含む情報を返す 関連キーワード: mysql ...
https://man.plustar.jp/php/class.mysqli-sql-exception.html - [similar]
PREV 1 2 3 4 5 NEXT