PGSelectQueryBlock.WindowClause

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = PGSQLObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(PGASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getDefinition
List!(SQLExpr) getDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLExpr getName()
Undocumented in source. Be warned that the author may not have intended to support it.
setDefinition
void setDefinition(List!(SQLExpr) definition)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLExpr name)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PGSQLObjectImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(PGASTVisitor visitor)
Undocumented in source.

Meta