foundry.sql
Class SQLStatementSet
java.lang.Object
|
+--foundry.sql.SQLStatementSet
- public class SQLStatementSet
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
c
private transient Connection c
statements
private final HashSet statements
SQLStatementSet
public SQLStatementSet(Properties p)
throws SQLException
init
private void init(Properties p)
throws SQLException
getConnection
public Connection getConnection()
throws SQLException
setConnection
private void setConnection(Properties p)
throws SQLException
addStatement
public boolean addStatement(String statement)
containsStatement
public boolean containsStatement(String statement)
removeStatement
public boolean removeStatement(String statement)
getStatements
public Set getStatements()
getNumberOfStatements
public int getNumberOfStatements()
store
public void store(String filename)
throws IOException
store
public void store(File file)
throws IOException
load
public void load(String filenameOrUrl)
throws IOException
load
public void load(File file)
throws IOException,
MalformedURLException
load
public void load(URL url)
throws IOException
execute
public void execute()
throws SQLException
main
public static void main(String[] args)
throws Exception
usage
public static void usage()
Copyright © 2000 - Laird Jarrett Nelson