|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.unlogic.standardutils.dao.querys.PreparedStatementQuery
se.unlogic.standardutils.dao.querys.BooleanQuery
public class BooleanQuery
Field Summary |
---|
Fields inherited from class se.unlogic.standardutils.dao.querys.PreparedStatementQuery |
---|
closeConnectionOnExit, closed, connection, pstmt |
Constructor Summary | |
---|---|
BooleanQuery(java.sql.Connection connection,
boolean closeConnectionOnExit,
java.lang.String query)
|
|
BooleanQuery(javax.sql.DataSource dataSource,
boolean closeConnectionOnExit,
java.lang.String query)
|
Method Summary | |
---|---|
boolean |
executeQuery()
|
Methods inherited from class se.unlogic.standardutils.dao.querys.PreparedStatementQuery |
---|
abort, autoCloseQuery, getPreparedStatement, isCloseConnectionOnExit, isClosed, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanQuery(java.sql.Connection connection, boolean closeConnectionOnExit, java.lang.String query) throws java.sql.SQLException
java.sql.SQLException
public BooleanQuery(javax.sql.DataSource dataSource, boolean closeConnectionOnExit, java.lang.String query) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
public boolean executeQuery() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |