RowSetResourceBundle.properties revision 0
1178N/A#
1178N/A# Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
1178N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1178N/A#
1178N/A# This code is free software; you can redistribute it and/or modify it
1178N/A# under the terms of the GNU General Public License version 2 only, as
1178N/A# published by the Free Software Foundation. Sun designates this
1178N/A# particular file as subject to the "Classpath" exception as provided
1178N/A# by Sun in the LICENSE file that accompanied this code.
1178N/A#
1178N/A# This code is distributed in the hope that it will be useful, but WITHOUT
1178N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1178N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1178N/A# version 2 for more details (a copy is included in the LICENSE file that
1178N/A# accompanied this code).
1178N/A#
1178N/A# You should have received a copy of the GNU General Public License version
1178N/A# 2 along with this work; if not, write to the Free Software Foundation,
1178N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1178N/A#
1178N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
1178N/A# CA 95054 USA or visit www.sun.com if you need additional information or
1178N/A# have any questions.
0N/A#
0N/A
1178N/A# CacheRowSetImpl exceptions
1178N/Acachedrowsetimpl.populate = Invalid ResultSet object supplied to populate method
0N/Acachedrowsetimpl.invalidp = Invalid persistence provider generated
0N/Acachedrowsetimpl.nullhash = Cannot instantiate CachedRowSetImpl instance. Null Hashtable supplied to constructor
0N/Acachedrowsetimpl.invalidop = Invalid operation while on insert row
1178N/Acachedrowsetimpl.accfailed = acceptChanges Failed
1178N/Acachedrowsetimpl.invalidcp = Invalid cursor position
1178N/Acachedrowsetimpl.illegalop = Illegal operation on non-inserted row
1178N/Acachedrowsetimpl.clonefail = Clone failed: {0}
1178N/Acachedrowsetimpl.invalidcol = Invalid column index
1178N/Acachedrowsetimpl.invalcolnm = Invalid column name
1178N/Acachedrowsetimpl.boolfail = getBoolen Failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.bytefail = getByte Failed on value ( {0} ) in column {1}
0N/Acachedrowsetimpl.shortfail = getShort Failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}
1178N/Acachedrowsetimpl.dtypemismt = Data Type Mismatch
1178N/Acachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available
1178N/Acachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available
1178N/Acachedrowsetimpl.posupdate = Positioned updates not supported
1178N/Acachedrowsetimpl.unableins = Unable to instantiate : {0}
1178N/Acachedrowsetimpl.beforefirst = beforeFirst : Invalid cursor operation
1178N/Acachedrowsetimpl.first = First : Invalid cursor operation
0N/Acachedrowsetimpl.last = last : TYPE_FORWARD_ONLY
1178N/Acachedrowsetimpl.absolute = absolute : Invalid cursor position
1178N/Acachedrowsetimpl.relative = relative : Invalid cursor position
1178N/Acachedrowsetimpl.asciistream = read failed for ascii stream
1178N/Acachedrowsetimpl.binstream = read failed on binary stream
1178N/Acachedrowsetimpl.failedins = Failed on insert row
1178N/Acachedrowsetimpl.updateins = updateRow called while on insert row
1178N/Acachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLY
1178N/Acachedrowsetimpl.movetoins1 = moveToInsertRow : no meta data
1178N/Acachedrowsetimpl.movetoins2 = moveToInsertRow : invalid number of columns
1178N/Acachedrowsetimpl.tablename = Table name cannot be null
1178N/Acachedrowsetimpl.keycols = Invalid key columns
1178N/Acachedrowsetimpl.invalidcol = Invalid column index
1178N/Acachedrowsetimpl.opnotsupp = Operation not supported by Database
1178N/Acachedrowsetimpl.matchcols = Match columns are not the same as those set
1178N/Acachedrowsetimpl.setmatchcols = Set Match columns before getting them
1178N/Acachedrowsetimpl.matchcols1 = Match columns should be greater than 0
1178N/Acachedrowsetimpl.matchcols2 = Match columns should be empty or null string
1178N/Acachedrowsetimpl.unsetmatch = Columns being unset are not the same as set
1178N/Acachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumn
1178N/Acachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn
1178N/Acachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size
1178N/Acachedrowsetimpl.startpos = Start position cannot be negative
1178N/Acachedrowsetimpl.nextpage = Populate data before calling
1178N/Acachedrowsetimpl.pagesize = Page size cannot be less than zero
1178N/Acachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows
1178N/Acachedrowsetimpl.fwdonly = ResultSet is forward only
1178N/Acachedrowsetimpl.type = Type is : {0}
1178N/Acachedrowsetimpl.opnotysupp = Operation not yet supported
1178N/Acachedrowsetimpl.featnotsupp = Feature not supported
1178N/A
1178N/A# WebRowSetImpl exceptions
1178N/Awebrowsetimpl.nullhash = Cannot instantiate WebRowSetImpl instance. Null Hashtable supplied to constructor
1178N/Awebrowsetimpl.invalidwr = Invalid writer
1178N/Awebrowsetimpl.invalidrd = Invalid reader
1178N/A
1178N/A#FilteredRowSetImpl exceptions
1178N/Afilteredrowsetimpl.relative = relative : Invalid cursor operation
1178N/Afilteredrowsetimpl.absolute = absolute : Invalid cursor operation
1178N/Afilteredrowsetimpl.notallowed = This value is not allowed through the filter
1178N/A
1178N/A#JoinRowSetImpl exceptions
1178N/Ajoinrowsetimpl.notinstance = Not an instance of rowset
1178N/Ajoinrowsetimpl.matchnotset = Match Column not set for join
1178N/Ajoinrowsetimpl.numnotequal = Number of elements in rowset not equal to match column
1178N/Ajoinrowsetimpl.notdefined = This is not a defined type of join
1178N/Ajoinrowsetimpl.notsupported = This type of join is not supported
1178N/Ajoinrowsetimpl.initerror = JoinRowSet initialization error
1178N/Ajoinrowsetimpl.genericerr = Genric joinrowset intial error
1178N/Ajoinrowsetimpl.emptyrowset = Empty rowset cannot be added to this JoinRowSet
1178N/A
1178N/A#JdbcRowSetImpl exceptions
1178N/Ajdbcrowsetimpl.invalstate = Invalid state
1178N/Ajdbcrowsetimpl.connect = JdbcRowSet (connect) JNDI unable to connect
1178N/Ajdbcrowsetimpl.paramtype = Unable to deduce param type
1178N/Ajdbcrowsetimpl.matchcols = Match Columns are not the same as those set
1178N/Ajdbcrowsetimpl.setmatchcols = Set the match columns before getting them
1178N/Ajdbcrowsetimpl.matchcols1 = Match columns should be greater than 0
1178N/Ajdbcrowsetimpl.matchcols2 = Match columns cannot be null or empty string
1178N/Ajdbcrowsetimpl.unsetmatch = Columns being unset are not the same as those set
1178N/Ajdbcrowsetimpl.usecolname = Use column name as argument to unsetMatchColumn
1178N/Ajdbcrowsetimpl.usecolid = Use column ID as argument to unsetMatchColumn
1178N/Ajdbcrowsetimpl.resnotupd = ResultSet is not updatable
1178N/Ajdbcrowsetimpl.opnotysupp = Operation not yet supported
1178N/Ajdbcrowsetimpl.featnotsupp = Feature not supported
1178N/A
1178N/A#CachedRowSetReader exceptions
1178N/Acrsreader.connect = (JNDI) Unable to connect
1178N/Acrsreader.paramtype = Unable to deduce param type
1178N/Acrsreader.connecterr = Internal Error in RowSetReader: no connection or command
1178N/Acrsreader.datedetected = Detected a Date
1178N/Acrsreader.caldetected = Detected a Calendar
1178N/A
1178N/A#CachedRowSetWriter exceptions
1178N/Acrswriter.connect = Unable to get connection
1178N/Acrswriter.tname = writeData cannot determine table name
1178N/Acrswriter.params1 = Value of params1 : {0}
1178N/Acrswriter.params2 = Value of params2 : {0}
1178N/Acrswriter.conflictsno = conflicts while synchronizing
1178N/A
1178N/A#InsertRow exceptions
1178N/Ainsertrow.novalue = No value has been inserted
1178N/A
1178N/A#SyncResolverImpl exceptions
1178N/Asyncrsimpl.indexval = Index value out of range
1178N/Asyncrsimpl.noconflict = This column not in conflict
1178N/Asyncrsimpl.syncnotpos = Synchronization is not possible
1178N/Asyncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset
1178N/A
1178N/A#WebRowSetXmlReader exception
1178N/Awrsxmlreader.invalidcp = End of RowSet reached. Invalid cursor position
1178N/Awrsxmlreader.readxml = readXML : {0}
1178N/Awrsxmlreader.parseerr = ** Parsing Error : {0} , line : {0} , uri : {0}
1178N/A
1178N/A#WebRowSetXmlWriter exceptions
1178N/Awrsxmlwriter.ioex = IOException : {0}
1178N/Awrsxmlwriter.sqlex = SQLException : {0}
1178N/Awrsxmlwriter.failedwrite = Failed to write value
1178N/Awsrxmlwriter.notproper = Not a proper type
1178N/A
1178N/A#XmlReaderContentHandler exceptions
1178N/Axmlrch.errmap = Error setting Map : {0}
1178N/Axmlrch.errmetadata = Error setting metadata : {0}
1178N/Axmlrch.errinsert = Error inserting values : {0}
1178N/Axmlrch.errconstr = Error constructing row : {0}
1178N/Axmlrch.errdel = Error deleting row : {0}
1178N/Axmlrch.errinsert = Error constructing insert row : {0}
1178N/Axmlrch.errinsdel = Error constructing insdel row : {0}
1178N/Axmlrch.errupdate = Error constructing update row : {0}
1178N/Axmlrch.errupdrow = Error updating row : {0}
1178N/Axmlrch.chars = characters :
1178N/Axmlrch.badvalue = Bad value ; non-nullable property
1178N/Axmlrch.badvalue1 = Bad value ; non-nullable metadata
1178N/Axmlrch.warning = ** Warning : {0} , line : {0} , uri : {0}
1178N/A
1178N/A#RIOptimisticProvider Exceptions
1178N/Ariop.locking = Locking classification is not supported
1178N/A
1178N/A#RIXMLProvider exceptions
1178N/Arixml.unsupp = Unsupported with RIXMLProvider
1178N/A