Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd.api.db.control.TLptsRowSetOutputListener.OUTPUT_TYPE

Packages that use TLptsRowSetOutputListener.OUTPUT_TYPE
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
 

Uses of TLptsRowSetOutputListener.OUTPUT_TYPE in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control that return TLptsRowSetOutputListener.OUTPUT_TYPE
static TLptsRowSetOutputListener.OUTPUT_TYPE TLptsRowSetOutputListener.OUTPUT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TLptsRowSetOutputListener.OUTPUT_TYPE[] TLptsRowSetOutputListener.OUTPUT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.lapetus_ltd.api.db.control with parameters of type TLptsRowSetOutputListener.OUTPUT_TYPE
TLptsRowSetOutputListener(java.lang.String fileName, TLptsRowSetOutputListener.OUTPUT_TYPE outputType, java.lang.String charset)
          Construct this listener for writing rowset output to a data, debug or XML file.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)