jasext.jdbc
Class JDBCLocalDIM

java.lang.Object
  |
  +--jasext.jdbc.JDBCLocalDIM
All Implemented Interfaces:
AbstractDIM, LocalDIM, java.io.Serializable

public class JDBCLocalDIM
extends java.lang.Object
implements LocalDIM

See Also:
Serialized Form

Constructor Summary
JDBCLocalDIM()
           
 
Method Summary
 java.sql.Connection getConnection()
           
 JASWizardPage getSetupPage()
           
 EventSource openDataSet(java.lang.String sql)
           
static void register(jasext.jdbc.JDBCPage page)
          Register a new type of database access page
 void setConnection(java.sql.Connection newConnection)
           
 void setLocalJobBuilder(LocalJobBuilder ljb)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCLocalDIM

public JDBCLocalDIM()
Method Detail

register

public static void register(jasext.jdbc.JDBCPage page)
Register a new type of database access page

setLocalJobBuilder

public void setLocalJobBuilder(LocalJobBuilder ljb)
Specified by:
setLocalJobBuilder in interface LocalDIM

setConnection

public void setConnection(java.sql.Connection newConnection)
                   throws java.sql.SQLException

getSetupPage

public JASWizardPage getSetupPage()
Specified by:
getSetupPage in interface LocalDIM

getConnection

public java.sql.Connection getConnection()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

openDataSet

public EventSource openDataSet(java.lang.String sql)
                        throws ModuleException
Specified by:
openDataSet in interface AbstractDIM