tags | displayed_sidebar | |
---|---|---|
|
docsEnglish |
This page provides a list of error codes in ScalarDB SQL.
Class | Description |
---|---|
SQL-1xxxx |
Errors for the user error category |
Message
The namespace does not exist. Namespace: %s
Message
The table does not exist. Table: %s
Message
The column %s does not exist
Message
The column does not exist. Table: %s; Column: %s
Message
The column index is out of bounds. Index: %d; Size: %d
Message
A positional bind marker is not allowed when binding named values
Message
A named bind marker is not allowed when binding positional values
Message
Cannot convert BLOB values to SQL. Please use a bind marker for a BLOB value and bind it separately
Message
No namespace name has been specified. Set a default namespace name, or explicitly specify a namespace name
Message
Zero bytes may not occur in string parameters
Message
Mixing positional values and named values is not allowed
Message
Preparing a transaction is supported only in two-phase commit transaction mode
Message
Validating a transaction is supported only in two-phase commit transaction mode
Message
The previous transaction is still in progress. Commit, roll back, or suspend the previous transaction first
Message
This SQL session has already been closed
Message
A transaction has not begun
Message
The type %s is not supported
Message
No connection mode implementations are found. Please add a connection mode implementation to the classpath
Message
The connection mode is not specified, but multiple connection mode implementations are found. Specify one of the following connection modes: %s
Message
The connection mode '%s' is not found. Specify one of the following connection modes: %s
Message
Access denied: You need the %s privilege on the namespace %s to execute this operation
Message
Access denied: You need the %s privilege on the table %s to execute this operation
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege on the table %s
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege on the namespace %s
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege on the table %s
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege on the namespace %s
Message
Syntax error. Line %d:%d %s
Message
Syntax error. Multiple PRIMARY KEYs specified (exactly one required)
Message
Cannot grant the INSERT privilege if the user doesn't have the UPDATE privilege
Message
Cannot grant the UPDATE privilege if the user doesn't have the INSERT privilege
Message
Cannot grant the UPDATE privilege if the user doesn't have the SELECT privilege
Message
Cannot grant the DELETE privilege if the user doesn't have the SELECT privilege
Message
Cannot revoke the SELECT privilege if the user has the UPDATE privilege
Message
Cannot revoke the SELECT privilege if the user has the DELETE privilege
Message
Cannot revoke the INSERT privilege if the user has the UPDATE privilege
Message
Cannot revoke the UPDATE privilege if the user has the INSERT privilege
Message
A non-clustering-key column is specified in the CLUSTERING ORDER directive. Column: %s
Message
The order of the columns in the CLUSTERING ORDER directive must match the order for the clustering key (%s must appear before %s)
Message
The CLUSTERING ORDER is missing for the column %s
Message
Empty SQL is specified
Message
Multiple SQLs are not allowed
Message
The column %s is ambiguous
Message
The column %s cannot be specified in the %s clause. Only the columns in the table %s can be specified in the %s clause
Message
An unbound bind marker is still in the escape character of the LIKE predicate for the column %s
Message
The escape character must be a TEXT value for the LIKE predicate for the column %s
Message
The value of the predicate must not be null unless the operator is 'IS NULL' or 'IS NOT NULL'. Predicate: %s
Message
An unbound bind marker is still in the LIMIT clause
Message
The LIMIT must be an INT value
Message
Unmatched column names or values
Message
The column %s is specified twice
Message
All primary key columns must be specified in the INSERT or UPSERT statement
Message
An unbound bind marker is still in the value of the column %s
Message
Unmatched column type. The type of the column %s should be %s, but a boolean value (BOOLEAN) is specified
Message
Unmatched column type. The type of the column %s should be %s, but a decimal number (INT or BIGINT) is specified
Message
Unmatched column type. The type of the column %s should be %s, but a floating point number (FLOAT or DOUBLE) is specified
Message
Unmatched column type. The type of the column %s should be %s, but a string (TEXT) is specified
Message
Unmatched column type. The type of the column %s should be %s, but a BOOLEAN value is specified
Message
Unmatched column type. The type of the column %s should be %s, but an INT value is specified
Message
Unmatched column type. The type of the column %s should be %s, but a BIGINT value is specified
Message
Unmatched column type. The type of the column %s should be %s, but a FLOAT value is specified
Message
Unmatched column type. The type of the column %s should be %s, but a DOUBLE value is specified
Message
Unmatched column type. The type of the column %s should be %s, but a TEXT value is specified
Message
Unmatched column type. The type of the column %s should be %s, but a BLOB value is specified
Message
RIGHT OUTER JOIN can only be specified as the first join
Message
The JOIN predicate is not specified properly. Predicate: %s
Message
The data types of the columns in the JOIN predicate do not match. Predicate: %s
Message
The column %s is specified twice in the JOIN predicates. Predicates: %s
Message
Either all primary key columns or an indexed column for the table %s must be specified in the JOIN predicates. Predicates: %s
Message
Cannot issue mutation DML SQLs such as INSERT, UPDATE or DELETE with executeQuery()
Message
Cannot issue SELECT SQLs with executeUpdate()
Message
The TWO_PHASE_COMMIT_TRANSACTION mode is not supported in the current transaction manager
Message
The encrypted column %s is not allowed in the %s clause
Message
The user %s does not exist