org.kuali.common.jdbc.context
Class SqlSourceExecutionContext

java.lang.Object
  extended by org.kuali.common.jdbc.context.SqlSourceExecutionContext

public class SqlSourceExecutionContext
extends Object


Constructor Summary
SqlSourceExecutionContext()
           
 
Method Summary
 Connection getConnection()
           
 JdbcContext getJdbcContext()
           
 ProgressContext getProgressContext()
           
 long getRunningCount()
           
 SqlSource getSource()
           
 int getSourceIndex()
           
 int getSourcesCount()
           
 Statement getStatement()
           
 void setConnection(Connection connection)
           
 void setJdbcContext(JdbcContext context)
           
 void setProgressContext(ProgressContext progressContext)
           
 void setRunningCount(long runningCount)
           
 void setSource(SqlSource source)
           
 void setSourceIndex(int index)
           
 void setSourcesCount(int sourcesCount)
           
 void setStatement(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlSourceExecutionContext

public SqlSourceExecutionContext()
Method Detail

getJdbcContext

public JdbcContext getJdbcContext()

setJdbcContext

public void setJdbcContext(JdbcContext context)

getConnection

public Connection getConnection()

setConnection

public void setConnection(Connection connection)

getStatement

public Statement getStatement()

setStatement

public void setStatement(Statement statement)

getSource

public SqlSource getSource()

setSource

public void setSource(SqlSource source)

getRunningCount

public long getRunningCount()

setRunningCount

public void setRunningCount(long runningCount)

getSourceIndex

public int getSourceIndex()

setSourceIndex

public void setSourceIndex(int index)

getSourcesCount

public int getSourcesCount()

setSourcesCount

public void setSourcesCount(int sourcesCount)

getProgressContext

public ProgressContext getProgressContext()

setProgressContext

public void setProgressContext(ProgressContext progressContext)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.