mediatekformation

FieldResult
in package
implements Annotation

Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.

Tags
Annotation
Target

("ANNOTATION")

Interfaces, Classes, Traits and Enums

Annotation

Table of Contents

$column  : string
Name of the persistent field or property of the class.
$name  : string
Name of the column in the SELECT clause.

Properties

$column

Name of the persistent field or property of the class.

public string $column

$name

Name of the column in the SELECT clause.

public string $name

Search results