Class NewObjectExpression


  • public class NewObjectExpression
    extends SQLExpression
    SQL Expression for creating a new object (in the result clause of a query).
    • Constructor Detail

      • NewObjectExpression

        public NewObjectExpression​(SQLStatement stmt,
                                   Class cls,
                                   List<SQLExpression> args)
        Parameters:
        stmt - SQLStatement that this is part of
        cls - Class that we create an instance of
        args - argument SQL expressions
    • Method Detail

      • getNewClass

        public Class getNewClass()
      • getConstructorArgExpressions

        public List<SQLExpression> getConstructorArgExpressions()