public class Statement extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addbatch(String sql) |
void |
close() |
boolean |
execute(String sql,
boolean replicate) |
int[] |
executeBatch() |
boolean |
executeNoReplication(String sql) |
ResultSet |
executeQuery(String sql) |
public Statement(Statement stmt)
public boolean execute(String sql, boolean replicate) 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
SQLExceptionpublic int[] executeBatch()
throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.