Class TruncateStatement


  • public final class TruncateStatement
    extends Object
    Represents an sql "TRUNCATE" statement
    • Method Detail

      • table

        public TruncateStatement table​(String tableName)
        Mark the table that we're going to truncate
        Parameters:
        tableName - name of the table
        Returns:
        this instance for chaining