Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.rohanclan.ashpool.core
Class InsertFilter  view InsertFilter download InsertFilter.java

java.lang.Object
  extended bycom.rohanclan.ashpool.core.InsertFilter

public class InsertFilter
extends java.lang.Object


Field Summary
private  CommandManager comman
           
private  java.lang.String mainfile
           
private  TableManager tableman
           
 
Constructor Summary
InsertFilter(TableManager tman, CommandManager com)
          Creates a new instance of InsertFilter
 
Method Summary
 void executeQuery(java.lang.String sql, AResultSet ars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableman

private TableManager tableman

mainfile

private java.lang.String mainfile

comman

private CommandManager comman
Constructor Detail

InsertFilter

public InsertFilter(TableManager tman,
                    CommandManager com)
Creates a new instance of InsertFilter

Method Detail

executeQuery

public void executeQuery(java.lang.String sql,
                         AResultSet ars)
                  throws java.lang.Exception