Package 

Class SqlTruncate

  • All Implemented Interfaces:
    ast.SqlNode , ast.statement.SqlStatement

    
    public final class SqlTruncate
     implements SqlStatement
                        

    sql语法树:清空表语句

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SqlExpr table
    • Method Summary

      Modifier and Type Method Description
      final SqlExpr getTable()
      final Unit setTable(SqlExpr table)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait