org.apache.derby.impl.tools.ij
Class ijVectorResult

java.lang.Object
  extended by org.apache.derby.impl.tools.ij.ijResultImpl
      extended by 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)
           
 
Method Summary
 void clearSQLWarnings()
           
 java.sql.SQLWarning getSQLWarnings()
           
 java.util.Vector getVector()
           
 boolean isVector()
           
 
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
 

Field Detail

vec

java.util.Vector vec

warns

java.sql.SQLWarning warns
Constructor Detail

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.

Method Detail

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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.