Uses of Interface
com.mungoknotwise.sqlcli.ResultSetExtractor

Uses of ResultSetExtractor in com.mungoknotwise.sqlcli
 

Classes in com.mungoknotwise.sqlcli that implement ResultSetExtractor
 class PrintStreamedDescribeResultSetExtractor
          An implementation of the ResultSetExtractor that writes the results of a describe command to the provided print streams.
 class PrintStreamedResultSetExtractor
          Implementation of ResultSetExtractor that writes the result set to the object's print streams.
 class PrintStreamedShowTablesResultSetExtractor
          Implemention of ResultSetExtractor that writes the results of a show tables command to the object's print streams.
 

Methods in com.mungoknotwise.sqlcli with parameters of type ResultSetExtractor
 void ShowTablesCommand.setResultSetExtractor(ResultSetExtractor resultSetExtractor)
          Sets the result set extractor for this command.
 void SelectCommand.setResultSetExtractor(ResultSetExtractor resultSetExtractor)
          Sets the result set extractor for this command.
 void ResultSetExtractingCommand.setResultSetExtractor(ResultSetExtractor resultSetExtractor)
          Sets the result set extractor for this command.
 void DescribeCommand.setResultSetExtractor(ResultSetExtractor resultSetExtractor)
          Sets the result set extractor for this command.
 



Copyright © 2004 Steven Caswell. All Rights Reserved.