org.jooq
Interface AttachableInternal

All Superinterfaces:
Adapter, Attachable, Serializable
All Known Implementing Classes:
AbstractRoutine, ArrayRecordImpl, CustomCondition, CustomField, CustomRecord, CustomTable, PackageImpl, SchemaImpl, TableImpl, TableRecordImpl, UDTImpl, UDTRecordImpl, UpdatableRecordImpl, UpdatableTableImpl

public interface AttachableInternal
extends Attachable

Base functionality declaration for all Attachables

This interface is for JOOQ INTERNAL USE only. Do not reference directly

Author:
Lukas Eder

Method Summary
 List<Attachable> getAttachables()
          Get the list of dependent Attachables This method is for JOOQ INTERNAL USE only.
 Configuration getConfiguration()
          Get the underlying configuration
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 

Method Detail

getAttachables

List<Attachable> getAttachables()
Get the list of dependent Attachables

This method is for JOOQ INTERNAL USE only. Do not reference directly


getConfiguration

Configuration getConfiguration()
Get the underlying configuration



Copyright © 2012. All Rights Reserved.