Class SQLCommand

java.lang.Object
org.dellroad.stuff.schema.SQLCommand
All Implemented Interfaces:
DatabaseAction<Connection>

public class SQLCommand extends Object implements DatabaseAction<Connection>
An SQL DatabaseAction that executes a single SQL statement.