org.jooq
Interface Truncate<R extends TableRecord<R>>

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

public interface Truncate<R extends TableRecord<R>>
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
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 



Copyright © 2012. All Rights Reserved.