Lines Matching full:throws
108 private DatabaseX open(boolean readonly) throws SQLException {
146 throws SQLException {
192 throws SQLException {
206 public DatabaseMetaData getMetaData() throws SQLException {
213 public void close() throws SQLException {
230 public boolean isClosed() throws SQLException {
234 public boolean isReadOnly() throws SQLException {
238 public void clearWarnings() throws SQLException {
241 public void commit() throws SQLException {
256 public boolean getAutoCommit() throws SQLException {
260 public String getCatalog() throws SQLException {
264 public int getTransactionIsolation() throws SQLException {
268 public SQLWarning getWarnings() throws SQLException {
272 public String nativeSQL(String sql) throws SQLException {
276 public CallableStatement prepareCall(String sql) throws SQLException {
281 throws SQLException {
285 public PreparedStatement prepareStatement(String sql) throws SQLException {
292 throws SQLException {
306 public void rollback() throws SQLException {
321 public void setAutoCommit(boolean ac) throws SQLException {
334 public void setCatalog(String catalog) throws SQLException {
337 public void setReadOnly(boolean ro) throws SQLException {
363 public void setTransactionIsolation(int level) throws SQLException {
386 public java.util.Map<String, Class<?>> getTypeMap() throws SQLException {
390 public void setTypeMap(java.util.Map map) throws SQLException {
394 public int getHoldability() throws SQLException {
398 public void setHoldability(int holdability) throws SQLException {
405 public Savepoint setSavepoint() throws SQLException {
409 public Savepoint setSavepoint(String name) throws SQLException {
413 public void rollback(Savepoint x) throws SQLException {
417 public void releaseSavepoint(Savepoint x) throws SQLException {
424 throws SQLException {
434 throws SQLException {
442 throws SQLException {
447 throws SQLException {
455 throws SQLException {
460 throws SQLException {
464 public Clob createClob() throws SQLException {
468 public Blob createBlob() throws SQLException {
472 public NClob createNClob() throws SQLException {
476 public SQLXML createSQLXML() throws SQLException {
480 public boolean isValid(int timeout) throws SQLException {
485 throws SQLClientInfoException {
489 public void setClientInfo(Properties prop) throws SQLClientInfoException {
493 public String getClientInfo(String name) throws SQLException {
497 public Properties getClientInfo() throws SQLException {
502 throws SQLException {
507 throws SQLException {
511 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException {
515 public boolean isWrapperFor(java.lang.Class iface) throws SQLException {
539 throws SQLite.Exception {
547 throws SQLite.Exception {
555 throws SQLite.Exception {
564 throws SQLite.Exception {