org.apache.derby.impl.tools.ij
Class ijVectorResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijVectorResult
- All Implemented Interfaces:
- ijResult
class ijVectorResult
- extends ijResultImpl
This is an impl for a simple Vector of objects.
Field Summary |
(package private) java.util.Vector |
vec
|
(package private) java.sql.SQLWarning |
warns
|
Constructor Summary |
ijVectorResult(int value,
java.sql.SQLWarning w)
Initialize a new vector containing only one integer value. |
ijVectorResult(java.lang.Object value,
java.sql.SQLWarning w)
Initialize a new vector containing only one object. |
ijVectorResult(java.util.Vector v,
java.sql.SQLWarning w)
|
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl |
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, hasWarnings, isConnection, isException, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
vec
java.util.Vector vec
warns
java.sql.SQLWarning warns
ijVectorResult
ijVectorResult(java.util.Vector v,
java.sql.SQLWarning w)
ijVectorResult
ijVectorResult(java.lang.Object value,
java.sql.SQLWarning w)
- Initialize a new vector containing only one object.
ijVectorResult
ijVectorResult(int value,
java.sql.SQLWarning w)
- Initialize a new vector containing only one integer value.
isVector
public boolean isVector()
- Specified by:
isVector
in interface ijResult
- Overrides:
isVector
in class ijResultImpl
getVector
public java.util.Vector getVector()
- Specified by:
getVector
in interface ijResult
- Overrides:
getVector
in class ijResultImpl
getSQLWarnings
public java.sql.SQLWarning getSQLWarnings()
- Specified by:
getSQLWarnings
in interface ijResult
- Specified by:
getSQLWarnings
in class ijResultImpl
clearSQLWarnings
public void clearSQLWarnings()
- Specified by:
clearSQLWarnings
in interface ijResult
- Specified by:
clearSQLWarnings
in class ijResultImpl
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.