⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messages_en.properties

📁 derby database source code.good for you.
💻 PROPERTIES
📖 第 1 页 / 共 5 页
字号:
# java.lang.Integer.toString(UNTYPED, UNTYPED).  It may be that the method# exists, but it is not public and/or static, or that the parameter types# are not method invocation convertible.42Z01.U=UNTYPED42Z02=Multiple DISTINCT aggregates are not supported at this time.42Z07=Aggregates are not permitted in the ON clause.42Z08=Bulk insert replace is not permitted on ''{0}'' because it has an enabled trigger ({1}).42Z09.U=the COLUMN DEFAULT for## The following message is used in error messages where we want to say that# certain operations on streams are illegal. The word "stream" is not a# keyword or method name, so it should be translated.42Z11.U=stream# alter table modify column error messages.#####42Z15=Invalid type specified for column ''{0}''. The type of a column may not be changed.  42Z16=Only columns of type VARCHAR may have their length altered. 42Z17=Invalid length specified for column ''{0}''. Length must be greater than the current column length.42Z18=Column ''{0}'' is part of a foreign key constraint ''{1}''. To alter the length of this column, you should drop the constraint first, perform the ALTER TABLE, and then recreate the constraint.42Z19=Column ''{0}'' is being referenced by at least one foreign key constraint ''{1}''. To alter the length of this column, you should drop referencing constraints, perform the ALTER TABLE and then recreate the constraints. 42Z20=Column ''{0}'' cannot be made nullable. It is part of a primary key, which cannot have any nullable columns.###### end of alter table modify constraints.# identity error message (from 42Z21-42Z29)#####42837=ALTER TABLE ''{0}'' specified attributes for column ''{1}'' that are not compatible with the existing column.42Z21=Invalid increment specified for identity for column ''{0}''. Increment cannot be zero.  42Z22=Invalid type specified for identity column ''{0}''. The only valid types for identity columns are BIGINT, INT and SMALLINT.42Z23=Attempt to modify an identity column ''{0}''. 42Z24=Overflow occurred in identity value for column ''{1}'' in table ''{0}''.42Z25=INTERNAL ERROR identity counter. Update was called without arguments with current value \= NULL.42Z26=A column, ''{0}'', with an identity default cannot be made nullable.42Z27=A nullable column, ''{0}'', cannot be modified to have identity default.###### end of identity error messages.42Z30.U=time spent in this ResultSet =42Z31.U=time spent in this ResultSet and below =42Z32.U=total time breakdown: 42Z33.U=constructor time (milliseconds) =42Z34.U=open time (milliseconds) =42Z35.U=next time (milliseconds) =42Z36.U=close time (milliseconds) =42Z37.U=None42Z38.U=Positioning information not available because this ResultSet was never opened.42Z39.U=Unexpected exception {0} getting positioner.## NOTE: In the following message, {0} will be either >= or >42Z40.U={0} on first {1} column(s).42Z41.U=Ordered null semantics on the following columns: 42Z42.U=Column Id42Z43.U=Operator42Z44.U=Ordered nulls42Z45.U=Unknown return value42Z46.U=Negate comparison result42Z47.U=Getting the query plan as a String is not currently supported for {0}## NOTE: In the following message, {0} and {1} are integer indexes into a 2-d array42Z48.U=Column[{0}][{1}] Id# matches DB242939=An object cannot be created with the schema name ''{0}''.42Z50=INTERNAL ERROR: Unable to generate code for {0}.42Z53=INTERNAL ERROR: Don't know what type of activation to generate for node choice {0}.42Z54.U=This excepiton stops the statement after parsing - no further processing is needed.42Z55.U=Execution stopped after parsing by StopAfterParsing debug flag.42Z56.U=Execution stopped after binding by StopAfterBinding debug flag.42Z57.U=Execution stopped after optimizing by StopAfterOptimizing debug flag.42Z58.U=Execution stopped after generating by StopAfterGenerating debug flag.## More RUNTIMESTATISTICS messages42Z80.U=serializable42Z81.U=read committed42Z82.U=exclusive42Z83.U=instantaneous share42Z84.U=share42Z85.U=table42Z86.U=row42Z87.U=share table42Z88.U=share row# More generic language stuff42Z90=Class ''{0}'' does not return an updatable ResultSet.42Z91=subquery42Z92=repeatable read42Z9A=read uncommitted# Declare global temporary table language stuff. Matches DB2428EK=The qualifier for a declared global temporary table name must be SESSION.42995=The requested function does not apply to global temporary tables.42962=Long column type column or parameter ''{0}'' not permitted in declared global temporary tables or procedure definitions. ## org.apache.derby.impl.sql.execute.rts43X00.U=Attached to43X01.U=Begin Subquery Number# NOTE: In this case, the name of the type of ResultSet is "Any". ResultSet# is the name of an interface, so it should not be translated.43X02.U=Any ResultSet43X03.U=Number of opens43X04.U=Rows seen43X05.U=Source result set43X06.U=End Subquery Number43X07.U=optimizer estimated row count43X08.U=optimizer estimated cost43X09.U=seconds43X10.U=Total43X11.U=Node43X12.U={0} not currently implemented for {1}# NOTE: In this case, the name of the type of ResultSet is "Any". ResultSet# is the name of an interface, so it should not be translated.43X13.U=Delete ResultSet using43X14.U=table locking43X15.U=row locking43X16.U=deferred43X17.U=Rows deleted43X18.U=Indexes updated43X19.U=Delete# NOTE: ResultSet is the name of an interface, so it should not be translated.43X20.U=Distinct Scalar Aggregate ResultSet# NOTE: In this message, "input" is being used as a verb43X21.U=Rows input43X22.U=Distinct Scalar Aggregate# NOTE: ResultSet is the name of an interface, so it should not be translated.43X23.U=Distinct Scan ResultSet for {0} using {1} {2}43X24.U=constraint43X25.U=index43X26.U=Distinct Scan ResultSet for {0}#NOTE: In this message, {0} will be something like "serializable" or "read# committed", and {1} will be something like "share" or "exclusive".43X27.U=at {0} isolation level using {1} locking43X28.U=scan information43X29.U=Distinct column is column number43X30.U=Distinct columns are column numbers43X31.U=Hash table size43X32.U=Rows filtered43X33.U=next time in milliseconds/row43X34.U=start position43X35.U=stop position43X36.U=scan qualifiers#NOTE: The message means the set of qualifiers that filter rows returned# by the "next" operation, not the set of qualifiers that come next.43X37.U=next qualifiers#NOTE: In this message, {0} is a table name and {1} is an index name43X38.U=on {0} using {1}43X39.U=Distinct Scan43X40.U=Sort information# NOTE: ResultSet is the name of an interface, so it should not be translated.43X41.U=Grouped Aggregate ResultSet43X42.U=Has distinct aggregate43X43.U=In sorted order43X44.U=Grouped Aggregate43X45.U=Hash Exists Join# NOTE: ResultSet is the name of an interface, so it should not be translated.43X46.U=Hash Exists Join ResultSet43X47.U=Hash Join# NOTE: ResultSet is the name of an interface, so it should not be translated.43X48.U=Hash Join ResultSet43X49.U=Hash Left Outer Join# NOTE: ResultSet is the name of an interface, so it should not be translated.43X50.U=Hash Left Outer Join ResultSet# NOTE: ResultSet is the name of an interface, so it should not be translated.# {1} is either "constraint" or "index", {0} is a table name, and {2} is a# constraint or index name.43X51.U=Hash Scan ResultSet for {0} using {1} {2}# NOTE: ResultSet is the name of an interface, so it should not be translated.43X52.U=Hash Scan ResultSet for {0}43X53.U=Hash key is column number43X54.U=Hash keys are column numbers43X55.U=Hash Scan43X56.U=Attached subqueries# NOTE: ResultSet is the name of an interface, so it should not be translated.43X57.U=Hash Table ResultSet43X58.U=Hash Table43X59.U=all# NOTE: ResultSet is the name of an interface, so it should not be translated.# {0} is a table name.43X60.U=Index Row to Base Row ResultSet for {0}43X61.U=Columns accessed from heap#NOTE: {0} is a table name43X62.U=for {0}43X63.U=Index Row to Base Row43X64.U=insert mode: bulk insert43X65.U=insert mode: normal (unable to perform bulk insert due to non-empty table)43X66.U=insert mode: normal# NOTE: ResultSet is the name of an interface, so it should not be translated.43X67.U=Insert ResultSet using43X68.U=Rows inserted43X69.U=Insert43X70.U=Join# NOTE: ResultSet is the name of an interface, so it should not be translated.# {0} is a table name.43X71.U=Last Key Index Scan ResultSet for {0} using index {1}43X72.U=at {0} isolation level using {1} locking chosen by the optimizer43X73.U=Table Scan43X74.U=Index Scan#NOTE: {0} is a table name or class name

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -