PHP Class Prado\Data\SqlMap\Configuration\TSqlMapSelectKey

Since: 3.1
Inheritance: extends TSqlMapStatement
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getIsAfter ( ) : boolean
getProperty ( ) : string
getType ( ) : string
setExtends ( $value )
setProperty ( $value )
setType ( $value )

Method Details

getIsAfter() public method

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

getProperty() public method

public getProperty ( ) : string
return string property name for the generated key.

getType() public method

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

setExtends() public method

public setExtends ( $value )

setProperty() public method

public setProperty ( $value )

setType() public method

public setType ( $value )