|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlSupplier
| Method Summary | |
|---|---|
void |
close()
Close the supplier to free any resources it may have opened |
void |
fillInMetaData()
Fill in SQL count + overall size |
SqlMetaData |
getMetaData()
Return SQL count and overall size |
List<String> |
getSql()
Return a list of SQL statements to execute. |
void |
open()
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()
SqlMetaData getMetaData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||