Package 

Class SqlCastExpr

  • All Implemented Interfaces:
    ast.SqlNode

    
    public final class SqlCastExpr
    extends SqlExpr
                        

    sql语法树:CAST表达式

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final SqlExpr expr
      private final String type
    • Method Summary

      Modifier and Type Method Description
      final SqlExpr getExpr()
      final String getType()
      • Methods inherited from class java.lang.Object

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