public class Statement extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addbatch(String sql) |
void |
close() |
boolean |
execute(String sql,
String[] apps) |
boolean |
executeNoReplication(String sql) |
ResultSet |
executeQuery(String sql) |
public Statement(Statement stmt)
public boolean execute(String sql, String[] apps) throws SQLException
SQLExceptionpublic ResultSet executeQuery(String sql) throws SQLException
SQLExceptionpublic boolean executeNoReplication(String sql) throws SQLException
SQLExceptionpublic void addbatch(String sql) throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.