Class \Prado\Data\SqlMap\Statements\TSelectMappedStatement
TSelectMappedStatment class.
Class hierarchy
- \Prado\Data\SqlMap\Statements\TSelectMappedStatement
- \Prado\Data\SqlMap\Statements\TMappedStatement implements IMappedStatement
- \Prado\TComponent
Since: 3.1
public
|
executeInsert(mixed $connection, mixed $parameter) : string
Execute an insert statement. Fill the parameter object with the ouput
parameters if any, also could return the insert generated key.
|
public
|
executeUpdate(mixed $connection, mixed $parameter) : int
Execute an update statement. Also used for delete statement.
Return the number of rows effected. |