Uses of Interface
org.jooq.Schema

Packages that use Schema
org.jooq   
org.jooq.impl   
 

Uses of Schema in org.jooq
 

Methods in org.jooq that return Schema
 Schema Sequence.getSchema()
          Get the sequence schema
 Schema SchemaProvider.getSchema()
           
 Schema SchemaMapping.map(Schema schema)
          Deprecated. Apply mapping to a given schema
 

Methods in org.jooq with parameters of type Schema
 void SchemaMapping.add(Schema inputSchema, Schema outputSchema)
          Deprecated. Add schemata to this mapping
 void SchemaMapping.add(Schema inputSchema, String outputSchema)
          Deprecated. Add schemata to this mapping
 void SchemaMapping.add(String inputSchema, Schema outputSchema)
          Deprecated. Add schemata to this mapping
 Schema SchemaMapping.map(Schema schema)
          Deprecated. Apply mapping to a given schema
 void SchemaMapping.use(Schema schema)
          Deprecated. Set a schema as the default schema.
 int FactoryOperations.use(Schema schema)
          Use a schema as the default schema of the underlying connection.
 

Uses of Schema in org.jooq.impl
 

Classes in org.jooq.impl that implement Schema
 class SchemaImpl
          A common base class for database schemata This type is for JOOQ INTERNAL USE only.
 

Methods in org.jooq.impl that return Schema
 Schema SequenceImpl.getSchema()
           
 

Methods in org.jooq.impl with parameters of type Schema
 int Factory.use(Schema schema)
          Use a schema as the default schema of the underlying connection.
 

Constructors in org.jooq.impl with parameters of type Schema
AbstractRoutine(SQLDialect dialect, String name, Schema schema)
          Deprecated. - 2.1.0 [#625] - Regenerate your schema
AbstractRoutine(SQLDialect dialect, String name, Schema schema, DataType<T> type)
          Deprecated. - 2.1.0 [#625] - Regenerate your schema
AbstractRoutine(SQLDialect dialect, String name, Schema schema, Package pkg)
          Deprecated. - 2.1.0 [#625] - Regenerate your schema
AbstractRoutine(SQLDialect dialect, String name, Schema schema, Package pkg, DataType<T> type)
          Deprecated. - 2.1.0 [#625] - Regenerate your schema
AbstractRoutine(String name, Schema schema)
           
AbstractRoutine(String name, Schema schema, DataType<T> type)
           
AbstractRoutine(String name, Schema schema, Package pkg)
           
AbstractRoutine(String name, Schema schema, Package pkg, DataType<T> type)
           
ArrayRecordImpl(Schema schema, String name, DataType<T> type)
          Create an empty array record
ArrayRecordImpl(Schema schema, String name, DataType<T> type, Configuration configuration)
          Create an empty array record
CustomTable(String name, Schema schema)
           
PackageImpl(String name, Schema schema)
           
SequenceImpl(String name, Schema schema, DataType<T> type)
           
TableImpl(String name, Schema schema)
           
TableImpl(String name, Schema schema, Table<R> aliased)
           
UDTImpl(String name, Schema schema)
           
UpdatableTableImpl(String name, Schema schema)
           
UpdatableTableImpl(String name, Schema schema, Table<R> aliased)
           
 



Copyright © 2012. All Rights Reserved.