org.jooq
Interface Truncate<R extends Record>

All Superinterfaces:
Adapter, Attachable, Query, QueryPart, Serializable

public interface Truncate<R extends Record>
extends Query

A Query that can truncate a table in the database.

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.Query
bind, bind, execute, getBindValues, getParam, getParams, getSQL, getSQL, isExecutable
 
Methods inherited from interface org.jooq.QueryPart
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 



Copyright © 2012. All Rights Reserved.