Package 

Class SqlAllColumnExpr

  • All Implemented Interfaces:
    ast.SqlNode

    
    public final class SqlAllColumnExpr
    extends SqlExpr
                        

    sql语法树:字段通配符表达式(用于生成sql中的*)

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String owner
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlAllColumnExpr

        SqlAllColumnExpr(String owner)