Uses of Interface
net.ontopia.persistence.query.sql.SQLStatementIF
Packages that use SQLStatementIF
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
-
Uses of SQLStatementIF in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy with parameters of type SQLStatementIFModifier and TypeMethodDescriptionprotected DetachedQueryIFQueryDescriptor.createDetachedQuery(SQLStatementIF stm, String type, boolean lookup_identities) -
Uses of SQLStatementIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement SQLStatementIFModifier and TypeClassDescriptionclassINTERNAL: The default SQL statement implementation.Fields in net.ontopia.persistence.query.sql declared as SQLStatementIFModifier and TypeFieldDescriptionprotected SQLStatementIFRDBMSCollectionQuery.stmprotected SQLStatementIFRDBMSMapQuery.stmprotected SQLStatementIFRDBMSMatrixQuery.stmprotected SQLStatementIFRDBMSObjectQuery.stmprotected SQLStatementIFRDBMSQueryResult.stmMethods in net.ontopia.persistence.query.sql that return SQLStatementIFModifier and TypeMethodDescriptionGenericSQLGenerator.createSQLStatement(SQLQuery query) OracleSQLGenerator.createSQLStatement(SQLQuery query) SQLGeneratorIF.createSQLStatement(SQLQuery sqlquery) INTERNAL: Create a concrete SQL statement from the given abstract SQL query.Constructors in net.ontopia.persistence.query.sql with parameters of type SQLStatementIFModifierConstructorDescriptionRDBMSCollectionQuery(SQLStatementIF stm, boolean lookup_identities) RDBMSMapQuery(SQLStatementIF stm, boolean lookup_identities) RDBMSMatrixQuery(SQLStatementIF stm, boolean lookup_identities) RDBMSObjectQuery(SQLStatementIF stm, boolean lookup_identities) RDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs) RDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs, boolean lookup_identities)