Uses of Class
org.kuali.common.jdbc.LineSeparator

Packages that use LineSeparator
org.kuali.common.jdbc   
 

Uses of LineSeparator in org.kuali.common.jdbc
 

Fields in org.kuali.common.jdbc declared as LineSeparator
static LineSeparator DefaultSqlReader.DEFAULT_LINE_SEPARATOR
          Deprecated.  
 

Methods in org.kuali.common.jdbc that return LineSeparator
 LineSeparator DefaultSqlReader.getLineSeparator()
          Deprecated.  
static LineSeparator LineSeparator.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static LineSeparator[] LineSeparator.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kuali.common.jdbc with parameters of type LineSeparator
protected  String DefaultSqlReader.getReturnValue(String sql, boolean trim, LineSeparator lineSeparator)
          Deprecated.  
 void DefaultSqlReader.setLineSeparator(LineSeparator lineSeparator)
          Deprecated.  
 



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