Package 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
This is an impl for a simple Vector of objects.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionijVectorResult
(Object value, SQLWarning w) Initialize a new vector containing only one object.ijVectorResult
(Vector<Object> v, SQLWarning w) -
Method Summary
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
-
Field Details
-
vec
-
warns
SQLWarning warns
-
-
Constructor Details
-
ijVectorResult
ijVectorResult(Vector<Object> v, SQLWarning w) -
ijVectorResult
ijVectorResult(Object value, SQLWarning w) Initialize a new vector containing only one object.
-
-
Method Details
-
isVector
public boolean isVector()- Specified by:
isVector
in interfaceijResult
- Overrides:
isVector
in classijResultImpl
-
getVector
- Specified by:
getVector
in interfaceijResult
- Overrides:
getVector
in classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
-