|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsql.SQL
public class SQL
The SQL class provides a single method getSQL() for getting the contents of .sql files in this package as strings.
Method Summary | |
---|---|
static java.lang.String |
getSQL(java.lang.String nm)
SQL.getSQL(nm) returns a String containing the SQL statement named nm in the sql package. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getSQL(java.lang.String nm) throws java.io.IOException
nm
- name of the SQL file to get
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |