Verwendungen von Klasse
org.eclipse.net4j.db.DBException
Packages, die DBException verwenden
Package
Beschreibung
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
Server service provider interfaces for the Net4j DB framework.
-
Verwendungen von DBException in org.eclipse.net4j.db
Methoden in org.eclipse.net4j.db, die DBException auslösenModifizierer und TypMethodeBeschreibungstatic BatchedStatementDBUtil.batched(PreparedStatement delegate, int batchSize) voidBatch.close()booleanIDBAdapter.createTable(IDBTable table, Statement statement) IDBAdapter.createTables(Iterable<? extends IDBTable> tables, Connection connection) IDBAdapter.dropTables(Iterable<? extends IDBTable> tables, Connection connection) IDBConnectionProvider.getConnection()Returns a connection.static intDBUtil.getRowCount(Connection connection, String tableName) Returns the number of rows contained in the given table.static intDBUtil.getRowCount(ResultSet resultSet) Returns the number of rows contained in the given result set.static Object[]DBUtil.select(Connection connection, String where, IDBField... fields) static intDBUtil.select(Connection connection, IDBRowHandler rowHandler, String where, IDBField... fields) static intDBUtil.select(Connection connection, IDBRowHandler rowHandler, IDBField... fields) static intDBUtil.selectMaximumInt(Connection connection, IDBField field, String... where) static longDBUtil.selectMaximumLong(Connection connection, IDBField field, String... where) static intDBUtil.selectMinimumInt(Connection connection, IDBField field, String... where) static longDBUtil.selectMinimumLong(Connection connection, IDBField field, String... where) static voidDBUtil.serializeTable(org.eclipse.net4j.util.io.ExtendedDataOutput out, Connection connection, IDBTable table, String tableAlias, String sqlSuffix) static voidDBUtil.serializeTable(org.eclipse.net4j.util.io.ExtendedDataOutput out, Connection connection, IDBTable table, String tableAlias, String sqlSuffix, DBUtil.SerializeRowHandler handler) voidIDBAdapter.updateSchema(Connection connection, IDBSchema schema, IDBSchemaDelta delta) -
Verwendungen von DBException in org.eclipse.net4j.db.ddl
Unterklassen von DBException in org.eclipse.net4j.db.ddlMethoden in org.eclipse.net4j.db.ddl, die DBException auslösenModifizierer und TypMethodeBeschreibungIDBSchema.create(IDBAdapter dbAdapter, Connection connection) IDBSchema.create(IDBAdapter dbAdapter, DataSource dataSource) IDBSchema.create(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider) voidIDBSchema.drop(IDBAdapter dbAdapter, Connection connection) voidIDBSchema.drop(IDBAdapter dbAdapter, DataSource dataSource) voidIDBSchema.drop(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider) voidIDBSchema.export(Connection connection, PrintStream out) voidIDBSchema.export(DataSource dataSource, PrintStream out) voidIDBSchema.export(IDBConnectionProvider connectionProvider, PrintStream out) IDBSchema.removeTable(String name) -
Verwendungen von DBException in org.eclipse.net4j.spi.db
Methoden in org.eclipse.net4j.spi.db, die DBException auslösenModifizierer und TypMethodeBeschreibungVeraltet.voidDBSchema.assertUnlocked()Veraltet.DBSchema.create(IDBAdapter dbAdapter, Connection connection) Veraltet.DBSchema.create(IDBAdapter dbAdapter, DataSource dataSource) Veraltet.DBSchema.create(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider) Veraltet.booleanDBAdapter.createTable(IDBTable table, Statement statement) DBAdapter.createTables(Iterable<? extends IDBTable> tables, Connection connection) voidDBSchema.drop(IDBAdapter dbAdapter, Connection connection) Veraltet.voidDBSchema.drop(IDBAdapter dbAdapter, DataSource dataSource) Veraltet.voidDBSchema.drop(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider) Veraltet.DBAdapter.dropTables(Iterable<? extends IDBTable> tables, Connection connection) voidDBSchema.export(Connection connection, PrintStream out) Veraltet.voidDBSchema.export(DataSource dataSource, PrintStream out) Veraltet.voidDBSchema.export(IDBConnectionProvider connectionProvider, PrintStream out) Veraltet.voidDBAdapter.updateSchema(Connection connection, IDBSchema schema, IDBSchemaDelta delta) protected voidDBAdapter.validateTable(IDBTable table, Statement statement) -
Verwendungen von DBException in org.eclipse.net4j.spi.db.ddl
Methoden in org.eclipse.net4j.spi.db.ddl, die DBException auslösen