Lines Matching refs:raises
95 XStatement createStatement() raises (SQLException);
142 XPreparedStatement prepareStatement([in]string sql) raises (SQLException);
179 XPreparedStatement prepareCall([in]string sql) raises (SQLException);
194 string nativeSQL([in]string sql) raises (SQLException);
228 void setAutoCommit([in] boolean autoCommit) raises (SQLException);
240 boolean getAutoCommit() raises (SQLException);
253 void commit() raises (SQLException);
265 void rollback() raises (SQLException);
284 boolean isClosed() raises (SQLException);
303 XDatabaseMetaData getMetaData() raises (SQLException);
326 void setReadOnly([in]boolean readOnly) raises (SQLException);
335 boolean isReadOnly() raises (SQLException);
347 void setCatalog([in]string catalog) raises (SQLException);
356 string getCatalog() raises (SQLException);
381 void setTransactionIsolation([in]long level) raises (SQLException);
390 long getTransactionIsolation() raises (SQLException);
407 com::sun::star::container::XNameAccess getTypeMap() raises (SQLException);
425 raises (SQLException);