|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface SqlSupplier
| 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 |
SqlMetaData |
getMetaData()
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 |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void open()
throws IOException
IOException
List<String> getSql()
throws IOException
null when the SQL supply has been exhausted.
IOExceptionvoid close()
void fillInMetaData()
@Deprecated SqlMetaData getMetaData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||