kr.co.hit.live.query.element
Class SqlStatement

java.lang.Object
  extended by kr.co.hit.live.query.element.SqlStatement

public class SqlStatement
extends Object

Sql Query 정의 XML 파일에서 하나의 sql 문장을 정의하는 노드인 <statement> 노드를 표현하는 객체이다.

Since:
4.0
Author:
김형도

Constructor Summary
SqlStatement(String id, List<SqlText> sqls, String resultMapId, String advice)
           
 
Method Summary
 String getAdvice()
           
 String getId()
           
 String getRawText()
           
 String getResultMapId()
           
 List<SqlText> getSqlList()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlStatement

public SqlStatement(String id,
                    List<SqlText> sqls,
                    String resultMapId,
                    String advice)
Method Detail

getId

public String getId()

getResultMapId

public String getResultMapId()

getAdvice

public String getAdvice()

getSqlList

public List<SqlText> getSqlList()

getRawText

public String getRawText()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.