Class TruncateTableBuilder
java.lang.Object
io.github.torand.fastersql.statement.TruncateTableBuilder
Builder for TRUNCATE statements with a TABLE clause.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a TRUNCATE statement with the specified TABLE clause.
-
Constructor Details
-
TruncateTableBuilder
public TruncateTableBuilder()Creates a TRUNCATE statement builder.
-
-
Method Details
-
table
Creates a TRUNCATE statement with the specified TABLE clause.- Parameters:
table
- the TABLE clause.- Returns:
- the statement.
-