|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.jdbc.supplier.AbstractSupplier
org.kuali.common.jdbc.supplier.SqlLocationSupplier
@Deprecated public class SqlLocationSupplier
Supply SQL from a location containing pre-generated SQL statements
| Field Summary | |
|---|---|
protected BufferedReader |
in
Deprecated. |
| Fields inherited from class org.kuali.common.jdbc.supplier.AbstractSupplier |
|---|
metaData |
| Constructor Summary | |
|---|---|
SqlLocationSupplier()
Deprecated. |
|
SqlLocationSupplier(String location)
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 |
String |
getEncoding()
Deprecated. |
String |
getLocation()
Deprecated. |
SqlReader |
getReader()
Deprecated. |
List<String> |
getSql()
Deprecated. Return a list of SQL statements to execute. |
void |
open()
Deprecated. Open the supplier so it is ready to provide SQL |
void |
setEncoding(String encoding)
Deprecated. |
void |
setLocation(String location)
Deprecated. |
void |
setReader(SqlReader reader)
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 |
| Methods inherited from interface org.kuali.common.jdbc.supplier.SqlSupplier |
|---|
getMetaData |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
protected BufferedReader in
| Constructor Detail |
|---|
public SqlLocationSupplier()
public SqlLocationSupplier(String location)
| Method Detail |
|---|
public void open()
throws IOException
SqlSupplier
open in interface SqlSupplierIOException
public List<String> getSql()
throws IOException
SqlSuppliernull when the SQL supply has been exhausted.
getSql in interface SqlSupplierIOExceptionpublic void close()
SqlSupplier
close in interface SqlSupplierpublic void fillInMetaData()
SqlSupplier
fillInMetaData in interface SqlSupplierpublic String getLocation()
getLocation in interface LocationSupplierpublic void setLocation(String location)
setLocation in interface LocationSupplierpublic String getEncoding()
public void setEncoding(String encoding)
public SqlReader getReader()
public void setReader(SqlReader reader)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||