Uses of Interface
org.jooq.AttachableInternal

Packages that use AttachableInternal
org.jooq.impl   
 

Uses of AttachableInternal in org.jooq.impl
 

Classes in org.jooq.impl that implement AttachableInternal
 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 CustomCondition
          A base class for custom Condition implementations in client code.
 class CustomField<T>
          A base class for custom Field implementations in client code.
 class CustomRecord<R extends TableRecord<R>>
          A base class for custom TableRecord implementations in client code.
 class CustomTable<R extends TableRecord<R>>
          A base class for custom Table implementations in client code.
 class PackageImpl
          A default implementation for packages (containers of stored procedures and functions) Currently, this is only supported for the SQLDialect.ORACLE dialect.
 class SchemaImpl
          A 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.
 



Copyright © 2012. All Rights Reserved.