Author: arminw
Date: Thu Jan  4 18:24:48 2007
New Revision: 492858

URL: http://svn.apache.org/viewvc?view=rev&rev=492858
Log:
add new method

Modified:
    
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/Platform.java

Modified: 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/Platform.java
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/Platform.java?view=diff&rev=492858&r1=492857&r2=492858
==============================================================================
--- 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/Platform.java
 (original)
+++ 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/Platform.java
 Thu Jan  4 18:24:48 2007
@@ -300,6 +300,12 @@
     public String quoteName(String aString);
 
     /**
+     * Returns the "...FOR UPDATE" clause or will throw an
+     * exception if not supported by the database.
+     */
+    public String getSelectForUpdateClause() throws 
UnsupportedOperationException;
+
+    /**
      * Method specify how OJB have to handle LOB objects. Returns
      * <em>true</em> if the implementation updates a copy of the LOB
      * and <em>false</em> if updates are made directly to the LOB (more



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to