src/java.sql.rowset/share/classes/javax/sql/rowset/rowset.properties
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com
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
6671
c5fbc05d7347 6984044: RowSet source needs to rebrand vendor references
lancea
parents: 2
diff changeset
     6
rowset.provider.vendor.0=Oracle Corporation
2
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
6671
c5fbc05d7347 6984044: RowSet source needs to rebrand vendor references
lancea
parents: 2
diff changeset
    11
rowset.provider.vendor.1=Oracle Corporation
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
rowset.provider.version.1=1.0