Uses of Interface
org.eclipse.net4j.db.ddl.IDBField
Packages that use IDBField
Package
Description
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB framework concepts for the abstraction of schema deltas.
The Net4j DB Framework support for Derby databases.
The Net4j DB Framework support for H2 databases.
The Net4j DB Framework support for HSQLDB databases.
The Net4j DB Framework support for MYSQL databases.
The Net4j DB Framework support for PostgreSQL databases.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
Server service provider interfaces for the Net4j DB framework.
-
Uses of IDBField in org.eclipse.net4j.db
Methods in org.eclipse.net4j.db with parameters of type IDBFieldModifier and TypeMethodDescriptionvoid
DBUtil.DeserializeRowHandler.handleRow
(org.eclipse.net4j.util.io.ExtendedDataInput in, Connection connection, IDBField[] fields, Object[] values) void
DBUtil.SerializeRowHandler.handleRow
(org.eclipse.net4j.util.io.ExtendedDataOutput out, Connection connection, IDBField[] fields, Object[] values) static Object[]
DBUtil.select
(Connection connection, String where, IDBField... fields) static int
DBUtil.select
(Connection connection, IDBRowHandler rowHandler, String where, IDBField... fields) static int
DBUtil.select
(Connection connection, IDBRowHandler rowHandler, IDBField... fields) static int
DBUtil.selectMaximumInt
(Connection connection, IDBField field, String... where) static long
DBUtil.selectMaximumLong
(Connection connection, IDBField field, String... where) static int
DBUtil.selectMinimumInt
(Connection connection, IDBField field, String... where) static long
DBUtil.selectMinimumLong
(Connection connection, IDBField field, String... where) IDBAdapter.sqlModifyField
(IDBField field) IDBAdapter.sqlRenameField
(IDBField field, String oldName) -
Uses of IDBField in org.eclipse.net4j.db.ddl
Methods in org.eclipse.net4j.db.ddl that return IDBFieldModifier and TypeMethodDescriptionIDBIndex.getField
(int position) IDBIndexField.getField()
IDBTable.getField
(int position) IDBField[]
IDBIndex.getFields()
IDBField[]
IDBTable.getFields()
IDBField[]
IDBIndex.getFieldSafe
(String name) IDBTable.getFieldSafe
(String name) Methods in org.eclipse.net4j.db.ddl with parameters of type IDBFieldModifier and TypeMethodDescriptionIDBTable.addIndex
(String name, IDBIndex.Type type, IDBField... fields) IDBTable.addIndex
(IDBIndex.Type type, IDBField... fields) IDBIndex.addIndexField
(IDBField field) boolean
IDBTable.hasIndexFor
(IDBField... fields) void
void
-
Uses of IDBField in org.eclipse.net4j.db.ddl.delta
Methods in org.eclipse.net4j.db.ddl.delta that return IDBField -
Uses of IDBField in org.eclipse.net4j.db.derby
Methods in org.eclipse.net4j.db.derby with parameters of type IDBField -
Uses of IDBField in org.eclipse.net4j.db.h2
Methods in org.eclipse.net4j.db.h2 with parameters of type IDBFieldModifier and TypeMethodDescriptionprotected String
H2Adapter.getTypeName
(IDBField field) protected boolean
H2Adapter.isPrimaryKeyShadow
(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) H2Adapter.sqlRenameField
(IDBField field, String oldName) -
Uses of IDBField in org.eclipse.net4j.db.hsqldb
Methods in org.eclipse.net4j.db.hsqldb with parameters of type IDBField -
Uses of IDBField in org.eclipse.net4j.db.mysql
Methods in org.eclipse.net4j.db.mysql with parameters of type IDBFieldModifier and TypeMethodDescriptionprotected void
MYSQLAdapter.addIndexField
(StringBuilder builder, IDBField field) protected String
MYSQLAdapter.getTypeName
(IDBField field) MYSQLAdapter.sqlRenameField
(IDBField field, String oldName) -
Uses of IDBField in org.eclipse.net4j.db.postgresql
Methods in org.eclipse.net4j.db.postgresql with parameters of type IDBField -
Uses of IDBField in org.eclipse.net4j.spi.db
Methods in org.eclipse.net4j.spi.db with parameters of type IDBFieldModifier and TypeMethodDescriptionprotected void
DBAdapter.addIndexField
(StringBuilder builder, IDBField field) protected void
DBAdapter.createField
(Connection connection, String tableName, IDBField field) protected String
DBAdapter.createFieldDefinition
(IDBField field) protected String
DBAdapter.getTypeName
(IDBField field) protected boolean
DBAdapter.isPrimaryKeyShadow
(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) DBAdapter.sqlModifyField
(IDBField field) DBAdapter.sqlRenameField
(IDBField field, String oldName) -
Uses of IDBField in org.eclipse.net4j.spi.db.ddl
Subinterfaces of IDBField in org.eclipse.net4j.spi.db.ddlFields in org.eclipse.net4j.spi.db.ddl declared as IDBFieldMethods in org.eclipse.net4j.spi.db.ddl that return IDBFieldMethods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBFieldModifier and TypeMethodDescriptionInternalDBSchema.createIndexName
(IDBTable table, IDBIndex.Type type, IDBField[] fields, int position) void
InternalDBTable.removeField
(IDBField fieldToRemove)