java.lang.Object
net.odoframework.sql.Query
- All Implemented Interfaces:
AutoCloseable
public class Query extends Object implements AutoCloseable
-
Constructor Summary
Constructors Constructor Description Query(DBStatement dbStatement, DataSource dataSource, boolean closeConnection) -
Method Summary
Modifier and Type Method Description voidclose()ResultSetgetResultSet()
-
Constructor Details
-
Query
-
-
Method Details
-
getResultSet
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-