com.rsmart.kuali.tools.ant.tasks
Class TableSet

java.lang.Object
  extended by com.rsmart.kuali.tools.ant.tasks.TableSet

public class TableSet
extends Object

Author:
Leo Przybylski (przybyls@arizona.edu)

Constructor Summary
TableSet()
           
 
Method Summary
 Include createInclude()
           
 void execute()
           
 Connection getConnection()
          Gets the value of connection
 String getSchema()
           
 Set<String> getTables()
           
 void setConnection(Connection argConnection)
          Sets the value of connection
 void setSchema(String schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSet

public TableSet()
Method Detail

createInclude

public Include createInclude()

execute

public void execute()

getTables

public Set<String> getTables()

getConnection

public final Connection getConnection()
Gets the value of connection

Returns:
the value of connection

setConnection

public final void setConnection(Connection argConnection)
Sets the value of connection

Parameters:
argConnection - Value to assign to this.connection

setSchema

public void setSchema(String schema)

getSchema

public String getSchema()


Copyright © 2011 Leo Przybylski. All Rights Reserved.