net.webapp2.util.jdbc
Class SimpleSqlExecutor

java.lang.Object
  extended by net.webapp2.util.jdbc.SimpleSqlExecutor

public class SimpleSqlExecutor
extends Object

Parameter나 Result가 없는 간단한 SQL 문장 처리기

Author:
younghoe

Constructor Summary
SimpleSqlExecutor()
           
 
Method Summary
 void execute(String statement)
          주어진 SQL 문을 수행
 void setDataSource(DataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSqlExecutor

public SimpleSqlExecutor()
Method Detail

setDataSource

public void setDataSource(DataSource dataSource)

execute

public void execute(String statement)
주어진 SQL 문을 수행