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 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:
isVectorin interfaceijResult- Overrides:
isVectorin classijResultImpl
-
getVector
- Specified by:
getVectorin interfaceijResult- Overrides:
getVectorin classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl
-