|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.jdbc.supplier.AbstractSupplier org.kuali.common.jdbc.supplier.SimpleStringSupplier
@Deprecated public class SimpleStringSupplier
Supply SQL from strings that have one SQL statement each
Field Summary |
---|
Fields inherited from class org.kuali.common.jdbc.supplier.AbstractSupplier |
---|
metaData |
Constructor Summary | |
---|---|
SimpleStringSupplier()
Deprecated. |
|
SimpleStringSupplier(List<String> strings)
Deprecated. |
|
SimpleStringSupplier(String sql)
Deprecated. |
Method Summary | |
---|---|
void |
close()
Deprecated. Close the supplier to free any resources it may have opened |
void |
fillInMetaData()
Deprecated. Fill in SQL count + overall size |
List<String> |
getSql()
Deprecated. Return a list of SQL statements to execute. |
List<String> |
getStrings()
Deprecated. |
void |
open()
Deprecated. Open the supplier so it is ready to provide SQL |
void |
setStrings(List<String> strings)
Deprecated. |
Methods inherited from class org.kuali.common.jdbc.supplier.AbstractSupplier |
---|
compareTo, getMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStringSupplier()
public SimpleStringSupplier(String sql)
public SimpleStringSupplier(List<String> strings)
Method Detail |
---|
public void open()
SqlSupplier
public List<String> getSql()
SqlSupplier
null
when the SQL supply has been exhausted.
public void close()
SqlSupplier
public void fillInMetaData()
SqlSupplier
public List<String> getStrings()
public void setStrings(List<String> strings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |