jdk/src/share/classes/javax/sql/rowset/rowset.properties
author ohair
Wed, 26 May 2010 20:28:04 -0700
changeset 5551 327690766109
parent 2 90ce3da70b43
child 6671 c5fbc05d7347
permissions -rw-r--r--
6956202: Fix a few missed rebranding issues, please contact lines etc. Reviewed-by: jjg, darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#Default JDBC RowSet sync providers listing
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# Optimistic synchonriztaion provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
rowset.provider.classname.0=com.sun.rowset.providers.RIOptimisticProvider
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
rowset.provider.vendor.0=Sun Microsystems Inc
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
rowset.provider.version.0=1.0
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# XML Provider using standard XML schema
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
rowset.provider.classname.1=com.sun.rowset.providers.RIXMLProvider
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
rowset.provider.vendor.1=Sun Microsystems Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
rowset.provider.version.1=1.0