| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
CreateViewAsStep<Record> | 
DSLContext.createView(Name view,
          Name... fields)
Create a new DSL  
CREATE VIEW statement. | 
CreateViewAsStep<Record> | 
DSLContext.createView(java.lang.String view,
          java.lang.String... fields)
Create a new DSL  
CREATE VIEW statement. | 
CreateViewAsStep<Record> | 
DSLContext.createView(Table<?> view,
          Field<?>... fields)
Create a new DSL  
CREATE VIEW statement. | 
| Modifier and Type | Method and Description | 
|---|---|
static CreateViewAsStep | 
DSL.createView(Name view,
          Name... fields)
Create a new DSL  
CREATE VIEW statement. | 
CreateViewAsStep<Record> | 
DefaultDSLContext.createView(Name view,
          Name... fields)  | 
static CreateViewAsStep | 
DSL.createView(java.lang.String view,
          java.lang.String... fields)
Create a new DSL  
CREATE VIEW statement. | 
CreateViewAsStep<Record> | 
DefaultDSLContext.createView(java.lang.String view,
          java.lang.String... fields)  | 
static CreateViewAsStep | 
DSL.createView(Table<?> view,
          Field<?>... fields)
Create a new DSL  
CREATE VIEW statement. | 
CreateViewAsStep<Record> | 
DefaultDSLContext.createView(Table<?> view,
          Field<?>... fields)  | 
Copyright © 2015. All Rights Reserved.