org.kuali.common.jdbc
Class SqlSource

java.lang.Object
  extended by org.kuali.common.jdbc.SqlSource

public class SqlSource
extends Object


Constructor Summary
SqlSource()
           
 
Method Summary
 String getEncoding()
           
 String getString()
           
 SqlStringType getType()
           
 void setEncoding(String encoding)
           
 void setString(String string)
           
 void setType(SqlStringType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlSource

public SqlSource()
Method Detail

getString

public String getString()

setString

public void setString(String string)

getType

public SqlStringType getType()

setType

public void setType(SqlStringType type)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)


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