org.kuali.common.jdbc.supplier
Class AbstractSupplier

java.lang.Object
  extended by org.kuali.common.jdbc.supplier.AbstractSupplier
All Implemented Interfaces:
Comparable<SqlSupplier>, SqlSupplier
Direct Known Subclasses:
ComplexStringSupplier, SimpleStringSupplier, SqlLocationSupplier

Deprecated.

@Deprecated
public abstract class AbstractSupplier
extends Object
implements SqlSupplier


Field Summary
protected  SqlMetaData metaData
          Deprecated.  
 
Constructor Summary
AbstractSupplier()
          Deprecated.  
 
Method Summary
 int compareTo(SqlSupplier other)
          Deprecated.  
 SqlMetaData getMetaData()
          Deprecated. Return SQL count and overall size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.common.jdbc.supplier.SqlSupplier
close, fillInMetaData, getSql, open
 

Field Detail

metaData

protected SqlMetaData metaData
Deprecated. 
Constructor Detail

AbstractSupplier

public AbstractSupplier()
Deprecated. 
Method Detail

getMetaData

public SqlMetaData getMetaData()
Deprecated. 
Description copied from interface: SqlSupplier
Return SQL count and overall size

Specified by:
getMetaData in interface SqlSupplier

compareTo

public int compareTo(SqlSupplier other)
Deprecated. 
Specified by:
compareTo in interface Comparable<SqlSupplier>


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