gov.lbl.dsd.firefish
Class SQLTool
java.lang.Object
gov.lbl.dsd.firefish.SQLTool
- public class SQLTool
- extends Object
Convenience tools for evaluating a SQL query.
- Version:
- $Revision: 1.3 $, $Date: 2004/02/06 23:05:34 $
SQLTool
public SQLTool()
resultSet2ItemSet
public static ItemSet resultSet2ItemSet(ResultSet resultSet,
boolean wrap)
throws SQLException
- Throws:
SQLException
setupDataSource
public static DataSource setupDataSource(String connectURI,
String driverClassName)
setUserAndPassword
public static String setUserAndPassword(String jdbcConnectionURI,
String user,
String password)
throws URISyntaxException
- Throws:
URISyntaxException
Jump to the Firefish Homepage