A C D E F G H I L M N O P R S T U V W

A

accept(IDBDeltaVisitor) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDelta
 
accept(IDBSchemaVisitor) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
adaptType(DBType) - Method in interface org.eclipse.net4j.db.IDBAdapter
Provide a way for the DBAdapter to override unsupported DB types with replacements.
adaptType(DBType) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
added(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
added(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
added(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
added(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
added(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
added(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
added(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
addField(String, DBType) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addField(String, DBType, boolean) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addField(String, DBType, int) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addField(String, DBType, int, boolean) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addField(String, DBType, int, int) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addField(String, DBType, int, int, boolean) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndex(String, IDBIndex.Type, IDBField...) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndex(String, IDBIndex.Type, String...) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndex(IDBIndex.Type, IDBField...) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndex(IDBIndex.Type, String...) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndex(Connection, IDBTable, String, IDBIndex.Type, List<DBAdapter.FieldInfo>) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
addIndexEmpty(String, IDBIndex.Type) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndexEmpty(IDBIndex.Type) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
addIndexField(IDBField) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
addIndexField(String) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
addIndexField(StringBuilder, IDBField) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
addIndexField(StringBuilder, IDBField) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
addListener(IListener) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
addParameter(DBType) - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
addParameter(IDBField) - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
addSQL(String) - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
addSQL(IDBParameter) - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
addSQL(IDBSchemaElement) - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
addTable(String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
addTable(String) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
addTable(String) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
allow(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
allow(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
allow(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
allowAll() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
ALLOWED - Static variable in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
alterTable(Connection, IDBTable, IDBTableDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
appendFieldDefs(Appendable, IDBTable, String[]) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
appendFieldNames(Appendable, IDBTable) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
applyTo(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
asInt(Object) - Static method in class org.eclipse.net4j.db.DBUtil
 
asLong(Object) - Static method in class org.eclipse.net4j.db.DBUtil
 
assertUnlocked() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
assertUnlocked() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 

C

changed(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
changed(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
changed(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
changed(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
changed(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
changed(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
changed(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
clearTable(Connection, IDBTable) - Static method in class org.eclipse.net4j.db.DBUtil
 
clearTable(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
close(ResultSet) - Static method in class org.eclipse.net4j.db.DBUtil
 
close(Statement) - Static method in class org.eclipse.net4j.db.DBUtil
 
close(Connection) - Static method in class org.eclipse.net4j.db.DBUtil
 
commit() - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
compare(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
compareTo(DBAdapter.FieldInfo) - Method in class org.eclipse.net4j.spi.db.DBAdapter.FieldInfo
 
copySchema(IDBSchema) - Static method in class org.eclipse.net4j.db.DBUtil
 
create(IDBAdapter, Connection) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
create(IDBAdapter, DataSource) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
create(IDBAdapter, IDBConnectionProvider) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
create(IDBAdapter, Connection) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
create(IDBAdapter, DataSource) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
create(IDBAdapter, IDBConnectionProvider) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
createConnectionProvider(DataSource) - Static method in class org.eclipse.net4j.db.DBUtil
 
createConstraints(IDBTable) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createDataSource(Map<Object, Object>) - Static method in class org.eclipse.net4j.db.DBUtil
 
createDataSource(Map<Object, Object>, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
createDataSource(Map<Object, Object>, String, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
createFieldDefinition(IDBField) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createFieldDefinitions(IDBTable) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createIndex(Connection, IDBIndex, IDBIndexDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createIndex(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createIndex(IDBIndex, Statement, int) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createIndexFields(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createIndexName(IDBTable, IDBIndex.Type, IDBField[], int) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
createJDBCDataSource() - Method in interface org.eclipse.net4j.db.IDBAdapter
Deprecated. As of 4.2 no longer supported because of IP issues for external build dependencies (the vendor driver libs).
createJDBCDataSource() - Method in class org.eclipse.net4j.spi.db.DBAdapter
Deprecated. As of 4.2 no longer supported because of IP issues for external build dependencies (the vendor driver libs).
createPrimaryKey(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createSchema(String) - Static method in class org.eclipse.net4j.db.DBUtil
 
createSchema(DataSource, String, boolean) - Static method in class org.eclipse.net4j.db.h2.H2Adapter
 
createTable(IDBTable, Statement) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
createTable(Connection, IDBTable, IDBTableDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createTable(IDBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
createTables(Iterable<? extends IDBTable>, Connection) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
createTables(Iterable<? extends IDBTable>, Connection) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 

D

DBAdapter - Class in org.eclipse.net4j.spi.db
A useful base class for implementing custom DB adapters.
DBAdapter(String, String) - Constructor for class org.eclipse.net4j.spi.db.DBAdapter
 
DBAdapter.FieldInfo - Class in org.eclipse.net4j.spi.db
 
DBAdapter.FieldInfo() - Constructor for class org.eclipse.net4j.spi.db.DBAdapter.FieldInfo
 
DBException - Exception in org.eclipse.net4j.db
A runtime exception thrown to indicate problems with a database, frequently used to wrap checked SQL exceptions.
DBException() - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(String) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(Throwable) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(String, Throwable) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(Throwable, String) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBException(String, Throwable, String) - Constructor for exception org.eclipse.net4j.db.DBException
 
DBSchema - Class in org.eclipse.net4j.spi.db
Deprecated. As of 4.2 call DBUtil.createSchema(String), DBUtil.readSchema(IDBAdapter, Connection, IDBSchema), DBUtil.readSchema(IDBAdapter, Connection, String) or DBUtil.copySchema(IDBSchema).
DBSchema(String) - Constructor for class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
DBSchema(IDBSchema) - Constructor for class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
DBSchema() - Constructor for class org.eclipse.net4j.spi.db.DBSchema
Deprecated. Constructor for deserialization.
DBType - Enum in org.eclipse.net4j.db
Enumerates the SQL data types that are compatible with the DB framework.
DBUtil - Class in org.eclipse.net4j.db
A utility class with various static factory and convenience methods.
DBUtil.DeserializeRowHandler - Interface in org.eclipse.net4j.db
A row handler with a method that is called once per row deserialized within DBUtil.deserializeTable().
DBUtil.RowHandler - Interface in org.eclipse.net4j.db
Call-back interface with a method that is called after a number of table rows have been handled by one of the subtypes of this interface.
DBUtil.RunnableWithConnection<T> - Interface in org.eclipse.net4j.db
 
DBUtil.SerializeRowHandler - Interface in org.eclipse.net4j.db
A row handler with a method that is called once per row serialized within DBUtil.serializeTable().
DEFAULT - Static variable in interface org.eclipse.net4j.db.ddl.IDBField
 
DEFAULT_ENSURE_SCHEMA_POLICY - Static variable in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
DEFAULT_POLICY - Static variable in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
DEFAULT_STATEMENT_CACHE_CAPACITY - Static variable in interface org.eclipse.net4j.db.IDBDatabase
 
DerbyAdapter - Class in org.eclipse.net4j.db.derby
A DB adapter for Derby databases.
DerbyAdapter(String) - Constructor for class org.eclipse.net4j.db.derby.DerbyAdapter
 
deserializeTable(ExtendedDataInput, Connection, IDBTable, OMMonitor) - Static method in class org.eclipse.net4j.db.DBUtil
 
deserializeTable(ExtendedDataInput, Connection, IDBTable, OMMonitor, DBUtil.DeserializeRowHandler) - Static method in class org.eclipse.net4j.db.DBUtil
 
doCreateTable(IDBTable, Statement) - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
doCreateTable(IDBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
done(boolean) - Method in interface org.eclipse.net4j.db.DBUtil.RowHandler
 
doVisit(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
doVisit(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
doVisit(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
doVisit(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
doVisit(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
doVisit(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
doVisit(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
drop(IDBAdapter, Connection) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, DataSource) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, IDBConnectionProvider) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
drop(IDBAdapter, Connection) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
drop(IDBAdapter, DataSource) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
drop(IDBAdapter, IDBConnectionProvider) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
dropAllTables(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
dropIndex(Connection, IDBIndex, IDBIndexDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropIndex(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropPrimaryKey(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
dropPrimaryKey(IDBIndex, StringBuilder) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropTable(IDBTable, Statement) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
dropTable(Connection, IDBTable, IDBTableDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropTable(IDBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dropTables(Iterable<? extends IDBTable>, Connection) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
dropTables(Iterable<? extends IDBTable>, Connection) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
dump(IDBNamedElement) - Static method in class org.eclipse.net4j.db.DBUtil
 
dump(IDBNamedElement, Writer) - Static method in class org.eclipse.net4j.db.DBUtil
 
dump() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBNamedElement
 
dump(Writer) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBNamedElement
 
dumpToString(IDBNamedElement) - Static method in class org.eclipse.net4j.db.DBUtil
 
dumpToString() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBNamedElement
 

E

EmbeddedDerbyAdapter - Class in org.eclipse.net4j.db.derby
A Derby adapter for embedded databases.
EmbeddedDerbyAdapter() - Constructor for class org.eclipse.net4j.db.derby.EmbeddedDerbyAdapter
 
ensureSchema(IDBSchema, IDBDeltaVisitor.Filter.Policy) - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
ensureSchema(IDBSchema) - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
execute(IDBConnectionProvider, DBUtil.RunnableWithConnection<T>) - Static method in class org.eclipse.net4j.db.DBUtil
 
execute(Connection, CharSequence) - Static method in class org.eclipse.net4j.db.DBUtil
 
executeBatch(PreparedStatement, int) - Static method in class org.eclipse.net4j.db.DBUtil
 
executeBatch(PreparedStatement, int, boolean) - Static method in class org.eclipse.net4j.db.DBUtil
 
executeQuery() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
executeQuery(String) - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
Deprecated. Not supported.
export(Connection, PrintStream) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
export(DataSource, PrintStream) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
export(IDBConnectionProvider, PrintStream) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
export(Connection, PrintStream) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
export(DataSource, PrintStream) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
export(IDBConnectionProvider, PrintStream) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  

F

finalize() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
findElement(IDBSchemaElement) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
fireEvent() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
fireEvent(IEvent) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
fireEvent(IEvent, IListener[]) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
fireThrowable(Throwable) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
firstListenerAdded() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
forbid(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
forbid(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
forbid(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
forbidAll() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
FORBIDDEN - Static variable in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
format(PreparedStatement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
format(ResultSet) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
formatPrecision() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
formatPrecisionAndScale() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
freeze() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 

G

getAdapter() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getAllSchemaNames(Connection) - Static method in class org.eclipse.net4j.db.DBUtil
 
getAllSchemaNames(DatabaseMetaData) - Static method in class org.eclipse.net4j.db.DBUtil
 
getAllSchemaTableNames(Connection) - Static method in class org.eclipse.net4j.db.DBUtil
Deprecated. As of 4.2 use DBUtil.getAllSchemaNames(Connection).
getAllSchemaTableNames(DatabaseMetaData) - Static method in class org.eclipse.net4j.db.DBUtil
Deprecated. As of 4.2 use DBUtil.getAllSchemaNames(DatabaseMetaData).
getAllTableNames(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
getChangeKind() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDelta
 
getCode() - Method in enum org.eclipse.net4j.db.DBType
 
getConnection() - Method in interface org.eclipse.net4j.db.IDBConnectionProvider
Returns a connection.
getConnection() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getConnection() - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
getConnections() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getConstructionStackTrace() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBField
 
getDatabase() - Method in interface org.eclipse.net4j.db.IDBConnection
 
getDatabase() - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
getDBAdapter(String) - Static method in class org.eclipse.net4j.db.DBUtil
Retrieves an adapter from the adapter registry.
getDefaultDBLength(DBType) - Static method in class org.eclipse.net4j.spi.db.DBAdapter
 
getDelta() - Method in exception org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.ForbiddenChangeException
 
getDeltaType() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDelta
 
getDropTableSQL(IDBTable) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getElement(Class<T>, String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
getField(String) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getField(int) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getField() - Method in interface org.eclipse.net4j.db.ddl.IDBIndexField
 
getField(String) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getField(int) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getFieldCount() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getFieldCount() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getFieldDelta(int) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getFieldDelta(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getFieldDeltaCount() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getFieldDeltas() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getFieldDeltasSortedByPosition() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getFieldLength(DBType) - Method in interface org.eclipse.net4j.db.IDBAdapter
Returns the column length for the given database type.
getFieldLength(DBType) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getFields() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getFields() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getFields(String...) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getFieldSafe(String) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getFieldSafe(String) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getFullName() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getFullName() - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
getFullName() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getGeneratedKeys() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
getIndex() - Method in interface org.eclipse.net4j.db.ddl.IDBIndexField
 
getIndex(String) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getIndex(int) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getIndexCount() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getIndexDelta(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getIndexDeltaCount() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getIndexDeltas() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getIndexDeltasSortedByName() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getIndexField(String) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getIndexField(int) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getIndexFieldDelta(int) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getIndexFieldDelta(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getIndexFieldDeltaCount() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getIndexFieldDeltas() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getIndexFieldDeltasSortedByPosition() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getIndexFields() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getIndexFieldSafe(String) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getIndexSafe(String) - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getIndices() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getJDBCDriver() - Method in interface org.eclipse.net4j.db.IDBAdapter
Deprecated. As of 4.2 no longer supported because of IP issues for external build dependencies (the vendor driver libs).
getJDBCDriver() - Method in class org.eclipse.net4j.spi.db.DBAdapter
Deprecated. As of 4.2 no longer supported because of IP issues for external build dependencies (the vendor driver libs).
getKeyword() - Method in enum org.eclipse.net4j.db.DBType
 
getLevel() - Method in enum org.eclipse.net4j.db.ddl.IDBSchemaElement.SchemaElementType
 
getListeners() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getMaxFieldNameLength() - Method in interface org.eclipse.net4j.db.IDBAdapter
 
getMaxFieldNameLength() - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
getMaxFieldNameLength() - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
getMaxFieldNameLength() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getMaxTableNameLength() - Method in interface org.eclipse.net4j.db.IDBAdapter
 
getMaxTableNameLength() - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
getMaxTableNameLength() - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
getMaxTableNameLength() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getName() - Method in interface org.eclipse.net4j.db.ddl.IDBNamedElement
 
getName() - Method in exception org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
 
getName() - Method in interface org.eclipse.net4j.db.IDBAdapter
 
getName() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getName() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getNotificationService() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getOldValue() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBPropertyDelta
 
getParameters() - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
getParent() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDelta
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexFieldDelta
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.IDBIndexField
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
getParent() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getParent() - Method in exception org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
 
getPolicy() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
getPosition() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
Deprecated. 
getPosition() - Method in interface org.eclipse.net4j.db.dml.IDBParameter
Deprecated. Returns the zero based position of this parameter within the parameters list of the containing statement.
getPrecision() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getPrimaryKeyIndex() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
getProperties() - Method in interface org.eclipse.net4j.db.ddl.IDBElement
 
getPropertyDelta(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
 
getPropertyDeltas() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
 
getPropertyDeltasSortedByName() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
 
getPropertyValue(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
 
getPropertyValue(String, boolean) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
 
getReservedWords() - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
getReservedWords() - Method in class org.eclipse.net4j.db.h2.H2Adapter
 
getReservedWords() - Method in class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
getReservedWords() - Method in interface org.eclipse.net4j.db.IDBAdapter
 
getReservedWords() - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
getReservedWords() - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
getResult() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
getResultSet() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
getReuseProbability() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
getRowCount(ResultSet) - Static method in class org.eclipse.net4j.db.DBUtil
Returns the number of rows contained in the given result set.
getScale() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getSchema() - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
getSchema() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getSchema() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getSchemaDelta() - Method in interface org.eclipse.net4j.db.IDBDatabase.SchemaChangedEvent
 
getSchemaDelta() - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDelta
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBIndexFieldDelta
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
getSchemaElement(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBTableDelta
 
getSchemaElementType() - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
getSchemaTransaction() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getSource() - Method in interface org.eclipse.net4j.db.IDBDatabase.SchemaChangedEvent
 
getSQL() - Method in interface org.eclipse.net4j.db.dml.IDBStatement
Deprecated.  
getSQL() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
getSQL92ReservedWords() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getStatement() - Method in interface org.eclipse.net4j.db.dml.IDBParameter
Deprecated.  
getStatement() - Method in interface org.eclipse.net4j.db.IDBResultSet
 
getStatementCacheCapacity() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
getTable() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getTable() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getTable(String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
getTable(String) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getTableDelta(String) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
getTableDeltaCount() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
getTableDeltas() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
getTableDeltasSortedByName() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
 
getTables() - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
getTables() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
getTableSafe(String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
getTransaction() - Method in interface org.eclipse.net4j.db.IDBPreparedStatement
 
getType() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBPropertyDelta
 
getType() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
getType() - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
getType() - Method in exception org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
 
getType() - Method in interface org.eclipse.net4j.db.dml.IDBParameter
Deprecated.  
getTypeByCode(int) - Static method in enum org.eclipse.net4j.db.DBType
 
getTypeByKeyword(String) - Static method in enum org.eclipse.net4j.db.DBType
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.db.h2.H2Adapter
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
getTypeName(IDBField) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getValue() - Method in interface org.eclipse.net4j.db.ddl.delta.IDBPropertyDelta
 
getVersion() - Method in interface org.eclipse.net4j.db.IDBAdapter
 
getVersion() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
getWorkingCopy() - Method in interface org.eclipse.net4j.db.IDBSchemaTransaction
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBField
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBIndex
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBIndexField
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchemaElement
 
getWrapper() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBTable
 

H

H2Adapter - Class in org.eclipse.net4j.db.h2
A DB adapter for H2 databases.
H2Adapter() - Constructor for class org.eclipse.net4j.db.h2.H2Adapter
 
handle(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
handle(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
handle(int, Object...) - Method in interface org.eclipse.net4j.db.IDBRowHandler
 
handleRow(ExtendedDataInput, Connection, IDBField[], Object[]) - Method in interface org.eclipse.net4j.db.DBUtil.DeserializeRowHandler
 
handleRow(ExtendedDataOutput, Connection, IDBField[], Object[]) - Method in interface org.eclipse.net4j.db.DBUtil.SerializeRowHandler
 
hasListeners() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
HSQLDBAdapter - Class in org.eclipse.net4j.db.hsqldb
A DB adapter for HyperSQL databases.
HSQLDBAdapter() - Constructor for class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
HSQLDBDataSource - Class in org.eclipse.net4j.db.hsqldb
An HSQLDB data source with a nicer HSQLDBDataSource.toString() method.
HSQLDBDataSource() - Constructor for class org.eclipse.net4j.db.hsqldb.HSQLDBDataSource
 

I

IDBAdapter - Interface in org.eclipse.net4j.db
Abstracts all aspects of a database that are vendor-specific.
IDBConnection - Interface in org.eclipse.net4j.db
 
IDBConnectionProvider - Interface in org.eclipse.net4j.db
Provides a database connection, roughly comparable with a data source.
IDBDatabase - Interface in org.eclipse.net4j.db
 
IDBDatabase.RunnableWithSchema - Interface in org.eclipse.net4j.db
 
IDBDatabase.SchemaChangedEvent - Interface in org.eclipse.net4j.db
 
IDBDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBDelta.ChangeKind - Enum in org.eclipse.net4j.db.ddl.delta
 
IDBDelta.DeltaType - Enum in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Copier - Class in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Copier() - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
IDBDeltaVisitor.Copier(IDBDeltaVisitor.Filter.Policy) - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Copier
 
IDBDeltaVisitor.Default - Class in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Default() - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
IDBDeltaVisitor.Filter - Class in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Filter() - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
IDBDeltaVisitor.Filter(IDBDeltaVisitor.Filter.Policy) - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
IDBDeltaVisitor.Filter.ForbiddenChangeException - Exception in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Filter.ForbiddenChangeException(IDBDelta) - Constructor for exception org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.ForbiddenChangeException
 
IDBDeltaVisitor.Filter.Policy - Class in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.Filter.Policy() - Constructor for class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
IDBDeltaVisitor.StopRecursion - Exception in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaVisitor.StopRecursion() - Constructor for exception org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.StopRecursion
 
IDBDeltaWithPosition - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBDeltaWithProperties - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBElement - Interface in org.eclipse.net4j.db.ddl
 
IDBField - Interface in org.eclipse.net4j.db.ddl
A field (column) specification in a DB table.
IDBFieldDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBIndex - Interface in org.eclipse.net4j.db.ddl
An index specification in a DB table.
IDBIndex.Type - Enum in org.eclipse.net4j.db.ddl
The type of an index specification in a DB table.
IDBIndexDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBIndexField - Interface in org.eclipse.net4j.db.ddl
An index field specification in a DB index.
IDBIndexFieldDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBNamedElement - Interface in org.eclipse.net4j.db.ddl
 
IDBParameter - Interface in org.eclipse.net4j.db.dml
Deprecated.  
IDBPreparedStatement - Interface in org.eclipse.net4j.db
 
IDBPreparedStatement.ReuseProbability - Enum in org.eclipse.net4j.db
An enum for the degree of probability to which a prepared statement is reused later on.
IDBPropertyDelta<T> - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBPropertyDelta.Type - Enum in org.eclipse.net4j.db.ddl.delta
 
IDBResultSet - Interface in org.eclipse.net4j.db
 
IDBRowHandler - Interface in org.eclipse.net4j.db
Call-back that handles the values of, for example, a row in a database table.
IDBSchema - Interface in org.eclipse.net4j.db.ddl
Specifies a number of DB tables that can be created in or dropped from a database through a DB adapter.
IDBSchemaDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
IDBSchemaElement - Interface in org.eclipse.net4j.db.ddl
Specifies a hierachical namespace for elements in a DB schema.
IDBSchemaElement.SchemaElementType - Enum in org.eclipse.net4j.db.ddl
 
IDBSchemaTransaction - Interface in org.eclipse.net4j.db
 
IDBSchemaVisitor - Interface in org.eclipse.net4j.db.ddl
 
IDBSchemaVisitor.Default - Class in org.eclipse.net4j.db.ddl
 
IDBSchemaVisitor.Default() - Constructor for class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
IDBSchemaVisitor.StopRecursion - Exception in org.eclipse.net4j.db.ddl
 
IDBSchemaVisitor.StopRecursion() - Constructor for exception org.eclipse.net4j.db.ddl.IDBSchemaVisitor.StopRecursion
 
IDBStatement - Interface in org.eclipse.net4j.db.dml
Deprecated.  
IDBTable - Interface in org.eclipse.net4j.db.ddl
A table specification in a DB schema.
IDBTableDelta - Interface in org.eclipse.net4j.db.ddl.delta
 
ignore(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
ignore(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
ignore(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
ignoreAll() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
IGNORED - Static variable in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
InternalDBElement - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBField - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBIndex - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBIndexField - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBNamedElement - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBSchema - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBSchemaElement - Interface in org.eclipse.net4j.spi.db.ddl
 
InternalDBTable - Interface in org.eclipse.net4j.spi.db.ddl
 
isAllowed(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isAllowed(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isAllowed(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isAllowed(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isColumnNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
isColumnNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
isColumnNotFoundException(SQLException) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
isColumnNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
See Appendix A.
isColumnNotFoundException(SQLException) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isDuplicateKeyException(SQLException) - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
isDuplicateKeyException(SQLException) - Method in class org.eclipse.net4j.db.h2.H2Adapter
 
isDuplicateKeyException(SQLException) - Method in interface org.eclipse.net4j.db.IDBAdapter
Check if an exception indicates a constraint violation (duplicate key)
isDuplicateKeyException(SQLException) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
isDuplicateKeyException(SQLException) - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
See Appendix A.
isDuplicateKeyException(SQLException) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isForbidden(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isForbidden(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isForbidden(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isForbidden(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isIgnored(IDBDelta.DeltaType) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isIgnored(IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isIgnored(IDBDelta.DeltaType, IDBDelta.ChangeKind) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isIgnored(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
isLocked() - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
isLocked() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
isNotNull() - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
isPrimaryKeyShadow(Connection, IDBTable, String, IDBIndex.Type, IDBField[]) - Method in class org.eclipse.net4j.db.h2.H2Adapter
 
isPrimaryKeyShadow(Connection, IDBTable, String, IDBIndex.Type, IDBField[]) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isReservedWord(String) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
isReservedWord(String) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isTableNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
isTableNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
isTableNotFoundException(SQLException) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
isTableNotFoundException(SQLException) - Method in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
See Appendix A.
isTableNotFoundException(SQLException) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isTracerEnabled() - Static method in class org.eclipse.net4j.db.DBUtil
 
isTypeIndexable(DBType) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
isTypeIndexable(DBType) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
isTypeIndexable(DBType) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
isValidFirstChar(char) - Method in class org.eclipse.net4j.db.derby.DerbyAdapter
 
isValidFirstChar(char) - Method in interface org.eclipse.net4j.db.IDBAdapter
Check if a character is valid as first character.
isValidFirstChar(char) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 

L

lastListenerRemoved() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
lock() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
lock() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 

M

MAX_BATCH_SIZE - Static variable in class org.eclipse.net4j.db.DBUtil
 
MYSQLAdapter - Class in org.eclipse.net4j.db.mysql
A DB adapter for MySQL databases.
MYSQLAdapter() - Constructor for class org.eclipse.net4j.db.mysql.MYSQLAdapter
 

N

NAME - Static variable in class org.eclipse.net4j.db.derby.EmbeddedDerbyAdapter
 
NAME - Static variable in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
NAME - Static variable in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
name - Variable in class org.eclipse.net4j.spi.db.DBAdapter.FieldInfo
 
NO_FIELDS - Static variable in interface org.eclipse.net4j.spi.db.ddl.InternalDBTable
 
NO_INDEX_FIELDS - Static variable in interface org.eclipse.net4j.spi.db.ddl.InternalDBIndex
 
NO_INDICES - Static variable in interface org.eclipse.net4j.spi.db.ddl.InternalDBTable
 
NO_TABLES - Static variable in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
NOT_NULL_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 

O

openDatabase(IDBAdapter, IDBConnectionProvider, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
openDatabase(IDBAdapter, IDBConnectionProvider, String, boolean) - Static method in class org.eclipse.net4j.db.DBUtil
 
openSchemaTransaction() - Method in interface org.eclipse.net4j.db.IDBConnection
 
openSchemaTransaction() - Method in interface org.eclipse.net4j.db.IDBDatabase
 
org.eclipse.net4j.db - package org.eclipse.net4j.db
The Net4j DB framework.
org.eclipse.net4j.db.ddl - package org.eclipse.net4j.db.ddl
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
org.eclipse.net4j.db.ddl.delta - package org.eclipse.net4j.db.ddl.delta
 
org.eclipse.net4j.db.derby - package org.eclipse.net4j.db.derby
The Net4j DB Framework support for Derby databases.
org.eclipse.net4j.db.dml - package org.eclipse.net4j.db.dml
The Net4j DB framework concepts for the abstraction of the SQL data manipulation language.
org.eclipse.net4j.db.h2 - package org.eclipse.net4j.db.h2
The Net4j DB Framework support for H2 databases.
org.eclipse.net4j.db.hsqldb - package org.eclipse.net4j.db.hsqldb
The Net4j DB Framework support for HSQLDB databases.
org.eclipse.net4j.db.mysql - package org.eclipse.net4j.db.mysql
The Net4j DB Framework support for MYSQL databases.
org.eclipse.net4j.db.postgresql - package org.eclipse.net4j.db.postgresql
The Net4j DB Framework support for PostgreSQL databases.
org.eclipse.net4j.spi.db - package org.eclipse.net4j.spi.db
Server service provider interfaces and useful base implementations for the Net4j DB framework.
org.eclipse.net4j.spi.db.ddl - package org.eclipse.net4j.spi.db.ddl
Server service provider interfaces for the Net4j DB framework.

P

position - Variable in class org.eclipse.net4j.spi.db.DBAdapter.FieldInfo
 
POSITION_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithPosition
 
PostgreSQLAdapter - Class in org.eclipse.net4j.db.postgresql
A DB adapter for PostgreSQL databases.
PostgreSQLAdapter() - Constructor for class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
PRECISION_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 
prepareStatement(String, IDBPreparedStatement.ReuseProbability) - Method in interface org.eclipse.net4j.db.IDBConnection
 
prepareStatement(String, int, int, IDBPreparedStatement.ReuseProbability) - Method in interface org.eclipse.net4j.db.IDBConnection
 
prepareStatement(String, int) - Method in interface org.eclipse.net4j.db.IDBConnection
Deprecated. Not supported.
prepareStatement(String, int, int, int) - Method in interface org.eclipse.net4j.db.IDBConnection
Deprecated. Not supported.
prepareStatement(String, int[]) - Method in interface org.eclipse.net4j.db.IDBConnection
Deprecated. Not supported.
prepareStatement(String, String[]) - Method in interface org.eclipse.net4j.db.IDBConnection
Deprecated. Not supported.

R

readFields(Connection, IDBTable) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
readIndices(Connection, DatabaseMetaData, IDBTable, String) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
readIndices(Connection, ResultSet, IDBTable, int, int, int, int) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
readSchema(IDBAdapter, Connection, IDBSchema) - Static method in class org.eclipse.net4j.db.DBUtil
 
readSchema(IDBAdapter, Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
readSchema(IDBAdapter, Connection, String, boolean) - Static method in class org.eclipse.net4j.db.DBUtil
 
readSchema(Connection, String) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
readSchema(Connection, IDBSchema) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
readSchema(Connection, String) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
readSchema(Connection, IDBSchema) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
readValue(ExtendedDataInput, PreparedStatement, int, boolean) - Method in enum org.eclipse.net4j.db.DBType
 
readValueWithResult(ExtendedDataInput, PreparedStatement, int, boolean) - Method in enum org.eclipse.net4j.db.DBType
 
REGISTRY - Static variable in interface org.eclipse.net4j.db.IDBAdapter
 
remove() - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
 
removed(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
removed(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removed(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removed(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removed(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removed(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removed(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter
 
removeField(IDBField) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBTable
 
removeIndex(IDBIndex) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBTable
 
removeIndexField(IDBIndexField) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBIndex
 
removeListener(IListener) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
removeTable(String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchema
 
removeTable(String) - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
removeTable(String) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
rollbackSilently(Connection) - Static method in class org.eclipse.net4j.db.DBUtil
 
run(Connection) - Method in interface org.eclipse.net4j.db.DBUtil.RunnableWithConnection
 
run(IDBSchema) - Method in interface org.eclipse.net4j.db.IDBDatabase.RunnableWithSchema
 

S

SCALE_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 
SchemaElementNotFoundException - Exception in org.eclipse.net4j.db.ddl
 
SchemaElementNotFoundException(IDBSchemaElement, IDBSchemaElement.SchemaElementType, String) - Constructor for exception org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
 
select(Connection, IDBRowHandler, String, IDBField...) - Static method in class org.eclipse.net4j.db.DBUtil
 
select(Connection, IDBRowHandler, IDBField...) - Static method in class org.eclipse.net4j.db.DBUtil
 
select(Connection, String, IDBField...) - Static method in class org.eclipse.net4j.db.DBUtil
 
selectMaximumInt(Connection, IDBField, String...) - Static method in class org.eclipse.net4j.db.DBUtil
 
selectMaximumLong(Connection, IDBField, String...) - Static method in class org.eclipse.net4j.db.DBUtil
 
selectMinimumInt(Connection, IDBField, String...) - Static method in class org.eclipse.net4j.db.DBUtil
 
selectMinimumLong(Connection, IDBField, String...) - Static method in class org.eclipse.net4j.db.DBUtil
 
serializeTable(ExtendedDataOutput, Connection, IDBTable, String, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
serializeTable(ExtendedDataOutput, Connection, IDBTable, String, String, DBUtil.SerializeRowHandler) - Static method in class org.eclipse.net4j.db.DBUtil
 
setAutoCommit(Connection, boolean) - Static method in class org.eclipse.net4j.db.DBUtil
 
setName(String) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaElement
Deprecated. 
setName(String) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBNamedElement
 
setNotNull(boolean) - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
setPosition(int) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBField
 
setPosition(int) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBIndexField
 
setPrecision(int) - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
setScale(int) - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
setStatementCacheCapacity(int) - Method in interface org.eclipse.net4j.db.IDBDatabase
 
setType(DBType) - Method in interface org.eclipse.net4j.db.ddl.IDBField
 
setType(IDBIndex.Type) - Method in interface org.eclipse.net4j.db.ddl.IDBIndex
 
setWrapper(IDBSchemaElement) - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchemaElement
 
sqlDump(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
Deprecated. Should only be used when debugging.
sqlDump(IDBConnectionProvider, String) - Static method in class org.eclipse.net4j.db.DBUtil
Deprecated. Should only be used when debugging.
sqlInsert() - Method in interface org.eclipse.net4j.db.ddl.IDBTable
 
sqlModifyField(IDBField) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
sqlModifyField(String, String, String) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
sqlModifyField(IDBField) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
sqlModifyField(String, String, String) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
sqlRenameField(IDBField, String) - Method in class org.eclipse.net4j.db.h2.H2Adapter
 
sqlRenameField(IDBField, String) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
sqlRenameField(IDBField, String) - Method in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
sqlRenameField(IDBField, String) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
stopRecursion() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
stopRecursion() - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 

T

toString() - Method in enum org.eclipse.net4j.db.DBType
 
toString() - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Filter.Policy
 
toString() - Method in class org.eclipse.net4j.db.hsqldb.HSQLDBDataSource
 
toString() - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
toString() - Method in class org.eclipse.net4j.spi.db.DBSchema
Deprecated.  
trace(String) - Static method in class org.eclipse.net4j.db.DBUtil
 
TYPE_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBFieldDelta
 
TYPE_PROPERTY - Static variable in interface org.eclipse.net4j.db.ddl.delta.IDBIndexDelta
 

U

unlock() - Method in interface org.eclipse.net4j.spi.db.ddl.InternalDBSchema
 
update(Connection, String) - Static method in class org.eclipse.net4j.db.DBUtil
 
update(PreparedStatement, boolean) - Static method in class org.eclipse.net4j.db.DBUtil
Execute update on the given prepared statement and handle common cases of return values.
updateSchema(Connection, IDBSchema, IDBSchemaDelta) - Method in interface org.eclipse.net4j.db.IDBAdapter
 
updateSchema(IDBDatabase.RunnableWithSchema) - Method in interface org.eclipse.net4j.db.IDBDatabase
 
updateSchema(Connection, IDBSchema, IDBSchemaDelta) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 

V

validateTable(IDBTable, Statement) - Method in class org.eclipse.net4j.spi.db.DBAdapter
 
valueOf(String) - Static method in enum org.eclipse.net4j.db.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBDelta.ChangeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBDelta.DeltaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBPropertyDelta.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.ddl.IDBIndex.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.ddl.IDBSchemaElement.SchemaElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.net4j.db.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBDelta.ChangeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBDelta.DeltaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.ddl.delta.IDBPropertyDelta.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.ddl.IDBIndex.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.ddl.IDBSchemaElement.SchemaElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.eclipse.net4j.db.derby.DerbyAdapter
 
VERSION - Static variable in class org.eclipse.net4j.db.h2.H2Adapter
 
VERSION - Static variable in class org.eclipse.net4j.db.hsqldb.HSQLDBAdapter
 
VERSION - Static variable in class org.eclipse.net4j.db.mysql.MYSQLAdapter
 
VERSION - Static variable in class org.eclipse.net4j.db.postgresql.PostgreSQLAdapter
 
visit(IDBSchemaDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBTableDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBIndexDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBIndexFieldDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBPropertyDelta<?>) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visit(IDBSchemaDelta) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBTableDelta) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBFieldDelta) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBIndexDelta) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBIndexFieldDelta) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBPropertyDelta<?>) - Method in interface org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor
 
visit(IDBSchema) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
visit(IDBTable) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
visit(IDBField) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
visit(IDBIndex) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
visit(IDBIndexField) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
visit(IDBSchema) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaVisitor
 
visit(IDBTable) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaVisitor
 
visit(IDBField) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaVisitor
 
visit(IDBIndex) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaVisitor
 
visit(IDBIndexField) - Method in interface org.eclipse.net4j.db.ddl.IDBSchemaVisitor
 
visitDefault(IDBDelta) - Method in class org.eclipse.net4j.db.ddl.delta.IDBDeltaVisitor.Default
 
visitDefault(IDBSchemaElement) - Method in class org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 

W

writeValue(ExtendedDataOutput, ResultSet, int, boolean) - Method in enum org.eclipse.net4j.db.DBType
 
writeValueWithResult(ExtendedDataOutput, ResultSet, int, boolean) - Method in enum org.eclipse.net4j.db.DBType
 

A C D E F G H I L M N O P R S T U V W

Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.