Uses of Interface
org.eclipse.net4j.db.ddl.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
Modifier 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
Modifier 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) Modifier 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
-
Uses of IDBField in org.eclipse.net4j.db.derby
-
Uses of IDBField in org.eclipse.net4j.db.h2
Modifier 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
-
Uses of IDBField in org.eclipse.net4j.db.mysql
Modifier 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
-
Uses of IDBField in org.eclipse.net4j.spi.db
Modifier 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
Modifier and TypeMethodDescriptionInternalDBSchema.createIndexName
(IDBTable table, IDBIndex.Type type, IDBField[] fields, int position) void
InternalDBTable.removeField
(IDBField fieldToRemove)