Index: RDBMSAdapter.java =================================================================== RCS file: /cvsroot/jpox/JPOX/Core/src/java/org/jpox/store/rdbms/adapter/RDBMSAdapter.java,v retrieving revision 1.1 diff -u -r1.1 RDBMSAdapter.java --- RDBMSAdapter.java 12 Jul 2005 21:51:55 -0000 1.1 +++ RDBMSAdapter.java 19 Aug 2005 09:07:58 -0000 @@ -596,6 +596,19 @@ String getSelectWithLockOption(); /** + * Determines whether the {@link #getSelectWithLockOption()} is to be placed right + * after the FROM clause, or at the end of the statement + * @return + */ + public boolean getPlaceWithOptionAfterFromClause(); + + /** + * Determines whether lock option has to be placed within JOIN clauses as well. + * @return + */ + public boolean getPlaceWithOptionWithinJoinClauses(); + + /** * Returns a new TableExpression object appropriate for this DBMS. * This should be an instance of one of the three built-in styles of table * expression: