Uses of Interface
org.jooq.Store

Packages that use Store
org.jooq   
org.jooq.impl   
 

Uses of Store in org.jooq
 

Subinterfaces of Store in org.jooq
 interface ArrayRecord<E>
          A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methods
 interface Record
          A wrapper for database result records returned by SelectQuery
 interface TableRecord<R extends TableRecord<R>>
          A record originating from a single table
 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.
 

Uses of Store in org.jooq.impl
 

Classes in org.jooq.impl that implement Store
 class ArrayRecordImpl<T>
          A common base class for Oracle ARRAY types This type is for JOOQ INTERNAL USE only.
 class CustomRecord<R extends TableRecord<R>>
          A base class for custom TableRecord implementations in client code.
 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 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.
 



Copyright © 2012. All Rights Reserved.