ScalarDB SQL エラ ーコード
このページでは、ScalarDB SQL のエラーコードの一覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
SQL-1xxxx | ユーザーエラーカテゴリのエラー |
SQL-1xxxx
ステータスコード
SQL-10000
メッセージ
The namespace does not exist. Namespace: %s
SQL-10001
メッセージ
The table does not exist. Table: %s
SQL-10002
メッセージ
The column %s does not exist
SQL-10003
メッセージ
The column does not exist. Table: %s; Column: %s
SQL-10004
メッセージ
The column index is out of bounds. Index: %d; Size: %d
SQL-10005
メッセージ
A positional bind marker is not allowed when binding named values
SQL-10006
メッセージ
A named bind marker is not allowed when binding positional values
SQL-10007
メッセージ
Cannot convert BLOB values to SQL. Please use a bind marker for a BLOB value and bind it separately
SQL-10008
メッセージ
No namespace name has been specified. Set a default namespace name, or explicitly specify a namespace name
SQL-10009
メッセージ
Zero bytes may not occur in string parameters
SQL-10010
メッセージ
Mixing positional values and named values is not allowed