- java.lang.Object
-
- org.ferris.resiste.console.sql.SqlConnection
-
@Vetoed public class SqlConnection extends java.lang.Object- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(java.sql.Statement stmt, java.sql.ResultSet rs)java.sql.ConnectiongetConnection()java.sql.PreparedStatementprepareStatement(java.lang.String sql)java.sql.PreparedStatementprepareUpdatableStatement(java.lang.String sql)
-
-
-
Method Detail
-
getConnection
public java.sql.Connection getConnection()
-
close
public void close(java.sql.Statement stmt, java.sql.ResultSet rs)
-
prepareStatement
public java.sql.PreparedStatement prepareStatement(java.lang.String sql) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
prepareUpdatableStatement
public java.sql.PreparedStatement prepareUpdatableStatement(java.lang.String sql) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
-