Class RDBMSQuery
java.lang.Object
net.ontopia.persistence.query.sql.RDBMSQuery
- All Implemented Interfaces:
QueryIF
INTERNAL:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Executes the query without any parameters.executeQuery(Object[] params) INTERNAL: Executes the query with the given parameters.executeQuery(Map params) INTERNAL: Executes the query with the given named parameters.
-
Field Details
-
access
-
query
-
-
Constructor Details
-
RDBMSQuery
-
-
Method Details
-
executeQuery
Description copied from interface:QueryIFINTERNAL: 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 interfaceQueryIF- Throws:
Exception
-
executeQuery
Description copied from interface:QueryIFINTERNAL: 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 interfaceQueryIF- Throws:
Exception
-
executeQuery
Description copied from interface:QueryIFINTERNAL: 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 interfaceQueryIF- Throws:
Exception
-