|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.client.jdbc.LensJdbcStatement
public class LensJdbcStatement
The Class LensJdbcStatement.
| Field Summary |
|---|
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
LensJdbcStatement(LensJdbcConnection connection)
Instantiates a new lens jdbc statement. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LensJdbcStatement(LensJdbcConnection connection)
connection - the connection| Method Detail |
|---|
public ResultSet executeQuery(String s)
throws SQLException
executeQuery in interface StatementSQLException
public void close()
throws SQLException
close in interface StatementSQLException
public void cancel()
throws SQLException
cancel in interface StatementSQLException
public boolean execute(String s)
throws SQLException
execute in interface StatementSQLException
public ResultSet getResultSet()
throws SQLException
getResultSet in interface StatementSQLException
public boolean isClosed()
throws SQLException
isClosed in interface StatementSQLException
public int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLException
public int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency in interface StatementSQLException
public int getResultSetType()
throws SQLException
getResultSetType in interface StatementSQLException
public Connection getConnection()
throws SQLException
getConnection in interface StatementSQLException
public SQLWarning getWarnings()
throws SQLException
getWarnings in interface StatementSQLException
public void clearWarnings()
throws SQLException
clearWarnings in interface StatementSQLException
public <T> T unwrap(Class<T> tClass)
throws SQLException
unwrap in interface WrapperSQLException
public boolean isWrapperFor(Class<?> aClass)
throws SQLException
isWrapperFor in interface WrapperSQLException
public void setCursorName(String s)
throws SQLException
setCursorName in interface StatementSQLException
public int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLException
public boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLException
public void setFetchDirection(int i)
throws SQLException
setFetchDirection in interface StatementSQLException
public void setFetchSize(int i)
throws SQLException
setFetchSize in interface StatementSQLException
public int getFetchSize()
throws SQLException
getFetchSize in interface StatementSQLException
public int executeUpdate(String s)
throws SQLException
executeUpdate in interface StatementSQLException
public void addBatch(String s)
throws SQLException
addBatch in interface StatementSQLException
public void clearBatch()
throws SQLException
clearBatch in interface StatementSQLException
public int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLException
public boolean getMoreResults(int i)
throws SQLException
getMoreResults in interface StatementSQLException
public ResultSet getGeneratedKeys()
throws SQLException
getGeneratedKeys in interface StatementSQLException
public int executeUpdate(String s,
int i)
throws SQLException
executeUpdate in interface StatementSQLException
public int executeUpdate(String s,
int[] ints)
throws SQLException
executeUpdate in interface StatementSQLException
public int executeUpdate(String s,
String[] strings)
throws SQLException
executeUpdate in interface StatementSQLException
public boolean execute(String s,
int i)
throws SQLException
execute in interface StatementSQLException
public boolean execute(String s,
int[] ints)
throws SQLException
execute in interface StatementSQLException
public boolean execute(String s,
String[] strings)
throws SQLException
execute in interface StatementSQLException
public int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface StatementSQLException
public void setPoolable(boolean b)
throws SQLException
setPoolable in interface StatementSQLException
public boolean isPoolable()
throws SQLException
isPoolable in interface StatementSQLException
public void closeOnCompletion()
throws SQLException
SQLException - the SQL exception
public boolean isCloseOnCompletion()
throws SQLException
SQLException
public int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLException
public void setMaxFieldSize(int i)
throws SQLException
setMaxFieldSize in interface StatementSQLException
public int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLException
public void setMaxRows(int i)
throws SQLException
setMaxRows in interface StatementSQLException
public void setEscapeProcessing(boolean b)
throws SQLException
setEscapeProcessing in interface StatementSQLException
public int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLException
public void setQueryTimeout(int i)
throws SQLException
setQueryTimeout in interface StatementSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||