Class StringColumnVTI

java.lang.Object
org.apache.derby.vti.VTITemplate
org.apache.derby.vti.StringColumnVTI
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper, AwareVTI

public abstract class StringColumnVTI extends VTITemplate

This is an abstract table function which assumes that all columns are strings and which coerces the strings to reasonable values for various getXXX() methods. Subclasses must implement the following ResultSet methods:

  • next( )
  • close()

and the following protected method introduced by this class:

  • getRawColumn( int columnNumber )