public class Connection extends Object
| Constructor and Description |
|---|
Connection(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
createStatement() |
PreparedStatement |
prepareStatement(String sql) |
public Connection(Connection con)
public Statement createStatement() throws SQLException
SQLExceptionpublic PreparedStatement prepareStatement(String sql) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.