org.kuali.common.jdbc.context
Class SqlExecutionContext

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

public class SqlExecutionContext
extends Object


Constructor Summary
SqlExecutionContext()
           
 
Method Summary
 String getGroup()
           
 SqlMode getMode()
           
 void setGroup(String group)
           
 void setMode(SqlMode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlExecutionContext

public SqlExecutionContext()
Method Detail

getGroup

public String getGroup()

setGroup

public void setGroup(String group)

getMode

public SqlMode getMode()

setMode

public void setMode(SqlMode mode)


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