|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijConnectionResult
class ijConnectionResult
Field Summary | |
---|---|
(package private) java.sql.Connection |
conn
|
Constructor Summary | |
---|---|
ijConnectionResult(java.sql.Connection c)
|
Method Summary | |
---|---|
void |
clearSQLWarnings()
|
java.sql.Connection |
getConnection()
|
java.sql.SQLWarning |
getSQLWarnings()
|
boolean |
isConnection()
|
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl |
---|
closeStatement, getColumnDisplayList, getColumnWidthList, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isException, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
java.sql.Connection conn
Constructor Detail |
---|
ijConnectionResult(java.sql.Connection c)
Method Detail |
---|
public boolean isConnection()
isConnection
in interface ijResult
isConnection
in class ijResultImpl
public java.sql.Connection getConnection()
getConnection
in interface ijResult
getConnection
in class ijResultImpl
public java.sql.SQLWarning getSQLWarnings() throws java.sql.SQLException
getSQLWarnings
in interface ijResult
getSQLWarnings
in class ijResultImpl
java.sql.SQLException
public void clearSQLWarnings() throws java.sql.SQLException
clearSQLWarnings
in interface ijResult
clearSQLWarnings
in class ijResultImpl
java.sql.SQLException
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |