Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
5014ea9b
提交
5014ea9b
authored
12月 15, 2006
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
858f95f3
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2717 行增加
和
0 行删除
+2717
-0
help.csv
h2/src/main/org/h2/res/help.csv
+2563
-0
messages.properties
h2/src/main/org/h2/res/messages.properties
+154
-0
没有找到文件。
h2/src/main/org/h2/res/help.csv
0 → 100644
浏览文件 @
5014ea9b
差异被折叠。
点击展开。
h2/src/main/org/h2/res/messages.properties
0 → 100644
浏览文件 @
5014ea9b
# If the word 'SQL' appears then the whole SQL statement must be a parameter. Otherwise this may be added: '; SQL statement: ' + sql
02000
=
No data is available
07001
=
Invalid parameter count, expected count: {0}
08000
=
Error opening database
08004
=
Wrong user/password
21S02
=
Column count does not match
22003
=
Numeric value out of range
22012
=
Division by zero: {0}
22025
=
Error in LIKE ESCAPE: {0}
23000
=
Check constraint violation: {0}
23001
=
Unique index or primary key violation: {0}
42000
=
Syntax error in SQL statement {0}
42001
=
Syntax error in SQL statement {0}; expected {1}
42S01
=
Table {0} already exists
42S02
=
Table {0} not found
42S11
=
Index {0} already exists
42S12
=
Index {0} not found
42S21
=
Duplicate column name {0}
42S22
=
Column {0} not found
42S32
=
Setting {0} not found
90000
=
Function {0} must return a result set
90001
=
Method is not allowed for a query
90002
=
Method is only allowed for a query
90003
=
Hexadecimal string with odd number of characters: {0}
90004
=
Hexadecimal string contains non hex character: {0}
90005
=
Value too long for column {0}
90006
=
Null value not allowed for column {0}
90007
=
The object is already closed
90008
=
Invalid value {0} for parameter {1}
90009
=
Cannot parse date constant {0}
90010
=
Cannot parse time constant {0}
90011
=
Cannot parse timestamp constant {0}
90012
=
Parameter number {0} is not set
90013
=
Database {0} not found
90014
=
Error parsing {0}
90015
=
SUM or AVG on wrong data type for {0}
90016
=
Column {0} must be in group by list
90017
=
Attempt to define a second primary key
90018
=
The connection was not closed by the application and is garbage collected
90019
=
Cannot drop the current user
90020
=
Database may be already open: {0}
90021
=
Data conversion error converting {0}
90022
=
Function {0} not found
90023
=
Column {0} must not be nullable
90024
=
Error while renaming file {0} to {1}
90025
=
Cannot delete file {0}
90026
=
Serialization failed
90027
=
Deserialization failed
90028
=
IO Exception: {0}
90029
=
Currently not on an updatable row
90030
=
File corrupted while reading record: {0}
90031
=
The connection was not closed
90032
=
User {0} not found
90033
=
User {0} already exists
90034
=
Log file error: {0}
90035
=
Sequence {0} already exists
90036
=
Sequence {0} not found
90037
=
View {0} not found
90038
=
View {0} already exists
90039
=
The value is too large for the precision {0}
90040
=
Admin rights are required for this operation
90041
=
Trigger {0} already exists
90042
=
Trigger {0} not found
90043
=
Error creating trigger {0} object, class {1}
90044
=
Error executing trigger {0}, class {1}
90045
=
Constraint {0} already exists
90046
=
URL format error; must be {0} but is {1}
90047
=
Version mismatch, driver version is {0} but server version is {1}
90048
=
Unsupported database file version or invalid file header in file {0}
90049
=
Encryption error in file {0}
90050
=
Wrong password format, must be: file password <space> user password
90051
=
Statement was cancelled
90052
=
Subquery is not a single column query
90053
=
Scalar subquery contains more than one row
90054
=
Invalid use of aggregate function {0}
90055
=
Unsupported cipher {0}
90056
=
No default value is set for column {0}
90057
=
Constraint {0} not found
90058
=
Duplicate table or table alias {0}
90059
=
Ambiguous column name {0}
90060
=
Unsupported file lock method {0}
90061
=
Exception opening port {0} (port may be in use)
90062
=
Error while creating file {0}
90063
=
Savepoint is invalid: {0}
90064
=
Savepoint is unnamed
90065
=
Savepoint is named
90066
=
Duplicate property {0}
90067
=
Connection is broken
90068
=
Order by expression {0} must be in the result list in this case
90069
=
Role {0} already exists
90070
=
Role {0} not found
90071
=
User or role {0} not found
90072
=
Roles and rights cannot be mixed
90073
=
Right not found
90074
=
Role {0} already granted
90075
=
Column is part of the index {0}
90076
=
Function alias {0} already exists
90077
=
Function alias {0} not found
90078
=
Schema {0} already exists
90079
=
Schema {0} not found
90080
=
Schema name must match
90081
=
Column {0} contains null values
90082
=
Sequence {0} belongs to a table
90083
=
Column may be referenced by {0}
90084
=
Cannot drop last column {0}
90085
=
Index {0} belongs to a constraint
90086
=
Class {0} not found
90087
=
Method {0} not found
90088
=
Unknown mode {0}
90089
=
Collation cannot be changed because there is a data table {0}
90090
=
Schema {0} cannot be dropped
90091
=
Role {0} cannot be dropped
90092
=
This Java version is not supported (Java 1.4 is required)
90093
=
Clustering error - database currently runs in standalone mode
90094
=
Clustering error - database currently runs in cluster mode, server list: {0}
90095
=
String format error: {0}
90096
=
Not enought rights for object {0}
90097
=
The database is read only
90098
=
The database has been closed
90099
=
Error setting database event listener {0}
90100
=
No disk space available
90101
=
Wrong XID format: {0}
90102
=
Unsupported compression options: {0}
90103
=
Unsupported compression algorithm: {0}
90104
=
Compression error
90105
=
Exception calling user defined function
90106
=
Cannot truncate {0}
90107
=
Cannot drop {0} because {1} depends on it
90108
=
Stack overflow (recursive query or function?)
90109
=
View {0} is invalid
90110
=
{0} out of range
90111
=
Error accessing linked table with SQL statement {0}
90112
=
Row not found when trying to delete from index {0}
90113
=
Unsupported connection setting {0}
90114
=
Constant {0} already exists
90115
=
Constant {0} not found
90116
=
Literals of this kind are not allowed
90117
=
Remote connections to this server are not allowed, see -tcpAllowOthers
90118
=
Cannot drop table {0}
90119
=
User data type {0} already exists
90120
=
User data type {0} not found
90121
=
Database called at VM shutdown; add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL to disable automatic database closing
90122
=
Operation not supported for table {0} when there are views on the table: {1}
90123
=
Cannot mix indexed and non-indexed parameters
90124
=
File not found: {0}
HY000
=
General error: {0}
HY004
=
Unknown data type: {0}
HYC00
=
Feature not supported
HYT00
=
Timeout trying to lock table {0}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论