|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkr.co.hit.live.query.SqlQueryPage
public class SqlQueryPage
하나의 XML 파일내에 정의된 SQL 문장들을 파싱하여 SQL 문장과 대응되는 SqlQuery 객체를 제공한다.
| Constructor Summary | |
|---|---|
SqlQueryPage(String path)
생성자이다. |
|
SqlQueryPage(String path,
ClassLoader loader)
생성자이다. |
|
| Method Summary | |
|---|---|
SqlQuery |
getQuery(String id)
요청한 ID에 해당되는 SQL 문장을 표현하는 SqlQuery 객체를 생성하여 반환한다. |
ResultMap |
getResultMap(String id)
요청한 ID에 해당되는 ResultMap 객체를 반환한다. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlQueryPage(String path)
path -
public SqlQueryPage(String path,
ClassLoader loader)
path - loader - | Method Detail |
|---|
public SqlQuery getQuery(String id)
throws LiveException
id -
LiveException - 해당 파일을
public ResultMap getResultMap(String id)
throws LiveException
id -
LiveException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||