| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Attachable | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of Attachable in org.jooq | 
|---|
| Subinterfaces of Attachable in org.jooq | |
|---|---|
|  interface | AggregateFunction<T>An aggregate function is a special field that is usually used in a GROUP BYcontext. | 
|  interface | AliasProvider<Z extends AliasProvider<Z>>A QueryPartthat can create an aliased QueryPart of itself | 
|  interface | ArrayRecord<E>A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methods | 
|  interface | AttachableInternalBase functionality declaration for all Attachables
 
 This interface is for JOOQ INTERNAL USE only. | 
|  interface | CaseConditionStep<T>The final step in creating a case statement of the type 
 CASE WHEN x < 1  THEN 'one'
      WHEN x >= 2 THEN 'two'
      ELSE            'three'
 END
  | 
|  interface | CaseWhenStep<V,T>The final step in creating a case statement of the type 
 CASE x WHEN 1 THEN 'one'
        WHEN 2 THEN 'two'
        ELSE        'three'
 END
  | 
|  interface | ConditionA condition to be used in a query's where part | 
|  interface | Delete<R extends Record>A Querythat can delete data in the database. | 
|  interface | DeleteConditionStep<R extends Record>This type is used for the Delete's DSL API. | 
|  interface | DeleteFinalStep<R extends Record>This type is used for the Delete's DSL API. | 
|  interface | DeleteQuery<R extends Record>A query used for deletion of data | 
|  interface | DeleteWhereStep<R extends Record>This type is used for the Delete's DSL API. | 
|  interface | Field<T>A field used in tables and conditions | 
|  interface | GroupConcatOrderByStepMySQL's GROUP_CONCATfunction. | 
|  interface | GroupConcatSeparatorStepMySQL's GROUP_CONCATfunction. | 
|  interface | Insert<R extends Record>A Querythat can insert data in the database. | 
|  interface | InsertFinalStep<R extends Record>This type is used for the Insert's DSL API. | 
|  interface | InsertOnDuplicateSetMoreStep<R extends Record>This type is used for the Insert's DSL API. | 
|  interface | InsertOnDuplicateStep<R extends Record>This type is used for the Insert's DSL API. | 
|  interface | InsertQuery<R extends Record>A query for data insertion | 
|  interface | InsertResultStep<R extends Record>This type is used for the Insert's DSL API. | 
|  interface | InsertSetMoreStep<R extends Record>This type is used for the Insert's alternative DSL API. | 
|  interface | InsertValuesStep<R extends Record>This type is used for the Insert's DSL API. | 
|  interface | Merge<R extends Record>A Querythat can merge data in the database. | 
|  interface | MergeFinalStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeMatchedDeleteStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeMatchedSetMoreStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeMatchedStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeMatchedWhereStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeNotMatchedSetMoreStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeNotMatchedStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeNotMatchedWhereStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | MergeOnConditionStep<R extends Record>This type is used for the Merge's DSL API. | 
|  interface | NamedQueryPartA common interface for query parts that have a name. | 
|  interface | NamedTypeProviderQueryPart<T>Any object providing a type. | 
|  interface | PackageA container for stored procedures and functions This is only supported in the SQLDialect.ORACLEdialect | 
|  interface | Param<T>A named parameter | 
|  interface | Parameter<T>A parameter to a stored procedure or function. | 
|  interface | QueryAny query | 
|  interface | QueryPartThe common base type for all objects that can be used for query composition. | 
|  interface | QueryPartInternalBase functionality declaration for all query objects This interface is for JOOQ INTERNAL USE only. | 
|  interface | RecordA wrapper for database result records returned by  | 
|  interface | Result<R extends Record>A wrapper for database results returned by  | 
|  interface | ResultQuery<R extends Record>A query that can return results. | 
|  interface | Routine<T>A routine is a callable object in your RDBMS. | 
|  interface | SchemaAn entity representing a database schema | 
|  interface | Select<R extends Record>A Querythat can provide aResultafter execution | 
|  interface | SelectConditionStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectConnectByConditionStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectConnectByStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectFinalStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectForUpdateOfStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectForUpdateStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectForUpdateWaitStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectFromStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectGroupByStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectHavingConditionStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectHavingStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectJoinStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectLimitStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectOffsetStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectOnConditionStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectOrderByStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectQueryA query for data selection | 
|  interface | SelectSelectStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectStartWithStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SelectWhereStepThis type is used for the Select's DSL API when selecting genericRecordtypes. | 
|  interface | SimpleSelectConditionStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectFinalStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectForUpdateOfStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectForUpdateStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectForUpdateWaitStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectLimitStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectOffsetStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectOrderByStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SimpleSelectQuery<R extends Record>A simple select query that provides Records from a single table, with no joins allowed. | 
|  interface | SimpleSelectWhereStep<R extends Record>This type is used for the Select's DSL API when selecting specificRecordtypes. | 
|  interface | SortField<T>A wrapper for a Fieldand aSortField | 
|  interface | Store<E>A common base type for RecordandArrayRecordproviding
 common, index-based functionality for storage objectsStoreimplementsAttachable, as some stores need a
 reference to an open JDBC connection to perform some actions on their
 elements. | 
|  interface | StoreQuery<R extends Record>A query storing objects to the database. | 
|  interface | Table<R extends Record>A table to be used in queries | 
|  interface | TableField<R extends Record,T>A field contained in a table | 
|  interface | TableLike<R extends Record>An object that can behave like a table (a table-like object) | 
|  interface | TableOnConditionStepAn intermediate (optional) type for the construction of a JOINclause, where the join criteria is added using anONclause
 (with aCondition. | 
|  interface | TableRecord<R extends TableRecord<R>>A record originating from a single table | 
|  interface | Truncate<R extends TableRecord<R>>A Querythat can truncate a table in the database. | 
|  interface | Type<R extends Record>A type (udt or table) that represents any database row | 
|  interface | UDT<R extends UDTRecord<R>>UDT definition | 
|  interface | UDTField<R extends UDTRecord<R>,T>A field contained in a UDT | 
|  interface | UDTRecord<R extends UDTRecord<R>>An object holding data of a UDT | 
|  interface | UpdatableRecord<R extends UpdatableRecord<R>>A common interface for records that can be stored back to the database again. | 
|  interface | UpdatableTable<R extends Record>A common interface for tables whose records can be stored back to the database again. | 
|  interface | Update<R extends Record>A Querythat can update data in the database. | 
|  interface | UpdateConditionStep<R extends Record>This type is used for the Update's DSL API. | 
|  interface | UpdateFinalStep<R extends Record>This type is used for the Update's DSL API. | 
|  interface | UpdateQuery<R extends Record>A query for data updating | 
|  interface | UpdateSetMoreStep<R extends Record>This type is used for the Update's DSL API. | 
|  interface | UpdateWhereStep<R extends Record>This type is used for the Update's DSL API. | 
|  interface | WindowFinalStep<T>This type is used for the window function DSL API. | 
|  interface | WindowOrderByStep<T>This type is used for the window function DSL API. | 
|  interface | WindowPartitionByStep<T>This type is used for the window function DSL API. | 
|  interface | WindowRowsStep<T>This type is used for the window function DSL API. | 
| Methods in org.jooq that return types with arguments of type Attachable | |
|---|---|
|  List<Attachable> | AttachableInternal.getAttachables()Get the list of dependent AttachablesThis method is for JOOQ INTERNAL USE only. | 
| Methods in org.jooq with parameters of type Attachable | |
|---|---|
|  void | FactoryOperations.attach(Attachable... attachables)Attach this Factoryto some attachables | 
| Method parameters in org.jooq with type arguments of type Attachable | |
|---|---|
|  void | FactoryOperations.attach(Collection<Attachable> attachables)Attach this Factoryto some attachables | 
| Uses of Attachable in org.jooq.impl | 
|---|
| Classes in org.jooq.impl that implement Attachable | |
|---|---|
|  class | AbstractRoutine<T>A common base class for stored procedures This type is for JOOQ INTERNAL USE only. | 
|  class | ArrayRecordImpl<T>A common base class for Oracle ARRAY types This type is for JOOQ INTERNAL USE only. | 
|  class | CustomConditionA base class for custom Conditionimplementations in client code. | 
|  class | CustomField<T>A base class for custom Fieldimplementations in client code. | 
|  class | CustomRecord<R extends TableRecord<R>>A base class for custom TableRecordimplementations in client code. | 
|  class | CustomTable<R extends TableRecord<R>>A base class for custom Tableimplementations in client code. | 
|  class | PackageImplA default implementation for packages (containers of stored procedures and functions) Currently, this is only supported for the SQLDialect.ORACLEdialect. | 
|  class | SchemaImplA common base class for database schemata This type is for JOOQ INTERNAL USE only. | 
|  class | TableImpl<R extends Record>A common base type for tables This type is for JOOQ INTERNAL USE only. | 
|  class | TableRecordImpl<R extends TableRecord<R>>A record implementation for a record originating from a single table This type is for JOOQ INTERNAL USE only. | 
|  class | UDTImpl<R extends UDTRecord<R>>A common base type for UDT's This type is for JOOQ INTERNAL USE only. | 
|  class | UDTRecordImpl<R extends UDTRecord<R>>A record implementation for a record originating from a single UDT This type is for JOOQ INTERNAL USE only. | 
|  class | UpdatableRecordImpl<R extends UpdatableRecord<R>>A record implementation for a record holding a primary key This type is for JOOQ INTERNAL USE only. | 
|  class | UpdatableTableImpl<R extends Record>A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only. | 
| Methods in org.jooq.impl that return types with arguments of type Attachable | |
|---|---|
|  List<Attachable> | SchemaImpl.getAttachables() | 
|  List<Attachable> | CustomField.getAttachables()Subclasses may further override this method Get the list of dependent AttachablesThis method is for JOOQ INTERNAL USE only. | 
|  List<Attachable> | CustomCondition.getAttachables()Subclasses may further override this method Get the list of dependent AttachablesThis method is for JOOQ INTERNAL USE only. | 
|  List<Attachable> | ArrayRecordImpl.getAttachables() | 
|  List<Attachable> | UDTImpl.getAttachables0() | 
|  List<Attachable> | TableImpl.getAttachables0() | 
| protected  List<Attachable> | PackageImpl.getAttachables0() | 
| protected  List<Attachable> | AbstractRoutine.getAttachables0() | 
| Methods in org.jooq.impl with parameters of type Attachable | |
|---|---|
|  void | Factory.attach(Attachable... attachables)Attach this Factoryto some attachables | 
| Method parameters in org.jooq.impl with type arguments of type Attachable | |
|---|---|
|  void | Factory.attach(Collection<Attachable> attachables)Attach this Factoryto some attachables | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||