Uses of Class
org.exolab.castor.jdo.oql.SyntaxNotSupportedException

Packages that use SyntaxNotSupportedException
org.castor.cpa.persistence.sql.driver   
org.exolab.castor.persist.spi Defines the interfaces for persistence engine service providers. 
 

Uses of SyntaxNotSupportedException in org.castor.cpa.persistence.sql.driver
 

Methods in org.castor.cpa.persistence.sql.driver that throw SyntaxNotSupportedException
 void JDBCQueryExpression.addLimitClause(String limit)
           
 void JDBCQueryExpression.addOffsetClause(String offset)
           
 String OracleQueryExpression.getStatement(boolean lock)
           
 String JDBCQueryExpression.getStatement(boolean lock)
          Creates a SQL statement.
 

Uses of SyntaxNotSupportedException in org.exolab.castor.persist.spi
 

Methods in org.exolab.castor.persist.spi that throw SyntaxNotSupportedException
 void QueryExpression.addLimitClause(String limitClause)
          Adds an limit clause.
 void QueryExpression.addOffsetClause(String offsetClause)
          Adds an offset clause.
 



Copyright © 2010. All Rights Reserved.