PHP Class Prado\Data\SqlMap\Configuration\TSqlMapSelectKey

Since: 3.1
Inheritance: extends TSqlMapStatement
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getIsAfter ( ) : boolean
getProperty ( ) : string
getType ( ) : string
setExtends ( $value )
setProperty ( $value )
setType ( $value )

Method Details

getIsAfter() public méthode

public getIsAfter ( ) : boolean
Résultat boolean true if key is generated after insert command, false otherwise.

getProperty() public méthode

public getProperty ( ) : string
Résultat string property name for the generated key.

getType() public méthode

public getType ( ) : string
Résultat string select generated key type, 'post' or 'pre'.

setExtends() public méthode

public setExtends ( $value )

setProperty() public méthode

public setProperty ( $value )

setType() public méthode

public setType ( $value )