Uses of Class
io.github.torand.fastersql.statement.TruncateStatement
Packages that use TruncateStatement
Package
Description
Provides classes and interfaces related to statements.
-
Uses of TruncateStatement in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return TruncateStatementModifier and TypeMethodDescriptionCreates a TRUNCATE statement with the specified TABLE clause.static TruncateStatement
Statements.truncateTable
(Table<?> table) Creates a TRUNCATE statement with specified TABLE clause.