Uses of Interface
org.jooq.Truncate

Packages that use Truncate
org.jooq   
org.jooq.impl   
 

Uses of Truncate in org.jooq
 

Methods in org.jooq that return Truncate
<R extends TableRecord<R>>
Truncate<R>
FactoryOperations.truncate(Table<R> table)
          Create a new DSL truncate statement.
 

Uses of Truncate in org.jooq.impl
 

Methods in org.jooq.impl that return Truncate
<R extends TableRecord<R>>
Truncate<R>
Factory.truncate(Table<R> table)
          Create a new DSL truncate statement.
 



Copyright © 2012. All Rights Reserved.