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

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()
           
 

Method Detail

getSchema

Schema getSchema()
Returns:
The contained schema


Copyright © 2012. All Rights Reserved.