ColumnResult
in package
implements
Annotation
References name of a column in the SELECT clause of a SQL query.
Scalar result types can be included in the query result by specifying this annotation in the metadata.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $name : string
- The name of a column in the SELECT clause of a SQL query.
Properties
$name
The name of a column in the SELECT clause of a SQL query.
public
string
$name