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
SQL-10011
メッセージ
Preparing a transaction is supported only in two-phase commit transaction mode
SQL-10012
メッセージ
Validating a transaction is supported only in two-phase commit transaction mode
SQL-10013
メッセージ
The previous transaction is still in progress. Commit, roll back, or suspend the previous transaction first
SQL-10014
メッセージ
This SQL session has already been closed
SQL-10015
メッセージ
A transaction has not begun
SQL-10016
メッセージ
The type %s is not supported
SQL-10017
メッセージ
No connection mode implementations are found. Please add a connection mode implementation to the classpath
SQL-10018
メッセージ
The connection mode is not specified, but multiple connection mode implementations are found. Specify one of the following connection modes: %s
SQL-10019
メッセージ
The connection mode '%s' is not found. Specify one of the following connection modes: %s
SQL-10020
メッセージ
Access denied: You need the %s privilege for the namespace %s to execute this operation
SQL-10021
メッセージ
Access denied: You need the %s privilege for the table %s to execute this operation
SQL-10022
メッセージ
Access denied: You can't grant the %s privilege because you don't have the same privilege for the table %s