@Target(value={})
@Retention(value=RUNTIME)
public @interface ColumnResult
References name of a column in the SELECT clause of a SQL query - i.e.,
column alias, if applicable. Scalar result types can be included in the query
result by specifying this annotation in the metadata.