org.kuali.common.jdbc.context
Class JdbcContext
java.lang.Object
org.kuali.common.jdbc.context.SqlContext
org.kuali.common.jdbc.context.JdbcContext
public class JdbcContext
- extends SqlContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcContext
public JdbcContext()
getDataSource
public DataSource getDataSource()
setDataSource
public void setDataSource(DataSource dataSource)
getCommitMode
public CommitMode getCommitMode()
setCommitMode
public void setCommitMode(CommitMode commitMode)
getShowProgressMin
public int getShowProgressMin()
setShowProgressMin
public void setShowProgressMin(int showProgressMin)
getShowProgressDivisor
public int getShowProgressDivisor()
setShowProgressDivisor
public void setShowProgressDivisor(int showProgressDivisor)
isShowProgress
public boolean isShowProgress()
setShowProgress
public void setShowProgress(boolean showProgress)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.