com.servingxml.components.sql
Class SqlCommand

java.lang.Object
  extended by com.servingxml.components.sql.SqlCommand

public class SqlCommand
extends java.lang.Object


Constructor Summary
SqlCommand(java.lang.String command)
           
 
Method Summary
 void execute(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlCommand

public SqlCommand(java.lang.String command)
Method Detail

execute

public void execute(java.sql.Connection connection)