org.kuali.common.jdbc.supplier
Class AbstractSupplier
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metaData
protected SqlMetaData metaData
- Deprecated.
AbstractSupplier
public AbstractSupplier()
- Deprecated.
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.