org.jooq
Interface SchemaProvider

All Known Subinterfaces:
Package, Routine<T>, Table<R>, TableOnConditionStep, Type<R>, UDT<R>, UpdatableTable<R>
All Known Implementing Classes:
AbstractRoutine, CustomTable, PackageImpl, TableImpl, UDTImpl, UpdatableTableImpl

Deprecated. - 2.5.0 [#1580] - The org.jooq.SchemaProvider marker interface has not proven to be useful to the public API so far. There is no real need to abstract its implementations with a single interface

@Deprecated
public interface SchemaProvider

An object providing a Schema. This becomes particularly interesting, when the schema is mapped.

Since:
1.5.2
Author:
Lukas Eder

Method Summary
 Schema getSchema()
          Deprecated.  
 

Method Detail

getSchema

Schema getSchema()
Deprecated. 
Returns:
The contained schema


Copyright © 2012. All Rights Reserved.