|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptLocator
Mechanism for locating SQL scripts
Method Summary | |
---|---|
java.io.InputStream |
locate(java.lang.String name)
The input stream should read the script. |
Method Detail |
---|
java.io.InputStream locate(java.lang.String name) throws java.lang.Exception
name
- Resource name to look for. This will be the raw value requested by the client.
java.lang.Exception
- if anything goes wrong locating the statement, will be wrapped in
a DBIException and rethrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |