jdk/src/share/classes/javax/sql/rowset/rowset.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 6671 c5fbc05d7347
permissions -rw-r--r--
Initial load
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