Class RDBMSObjectQuery
java.lang.Object
net.ontopia.persistence.query.sql.RDBMSObjectQuery
- All Implemented Interfaces:
DetachedQueryIF
INTERNAL: RDBMS query implementation that performs queries that
return a single object instance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery(Connection conn) INTERNAL: Executes the query without any parameters.executeQuery(Connection conn, Object[] params) INTERNAL: Executes the query with the given parameters.executeQuery(Connection conn, Map params) INTERNAL: Executes the query with the given named parameters.protected ObjectprocessResult(TicketIF ticket, ResultSet rs)
-
Field Details
-
stm
-
lookup_identities
protected boolean lookup_identities
-
-
Constructor Details
-
RDBMSObjectQuery
-
-
Method Details
-
executeQuery
Description copied from interface:DetachedQueryIFINTERNAL: Executes the query without any parameters. The query result is returned. The actual type of the query result is specific to the query implementation.- Specified by:
executeQueryin interfaceDetachedQueryIF- Throws:
Exception
-
executeQuery
Description copied from interface:DetachedQueryIFINTERNAL: Executes the query with the given parameters. The query result is returned. The actual type of the query result is specific to the query implementation.- Specified by:
executeQueryin interfaceDetachedQueryIF- Throws:
Exception
-
executeQuery
Description copied from interface:DetachedQueryIFINTERNAL: Executes the query with the given named parameters. The query result is returned. The actual type of the query result is specific to the query implementation.- Specified by:
executeQueryin interfaceDetachedQueryIF- Throws:
Exception
-
processResult
- Throws:
Exception
-