Class TPreparedCommand
| Method Summary |
|
protected
void
|
applyParameterMap
( mixed $manager, mixed $command, mixed $prepared, mixed $statement, mixed $parameterObject)
|
|
void
|
create
( TSqlMapManager $manager, mixed $connection, mixed $statement, mixed $parameterObject, mixed $skip, mixed $max)
|
| Method Details |
applyParameterMap
| protected void applyParameterMap |
(mixed $manager , mixed $command , mixed $prepared , mixed $statement , mixed $parameterObject ) |
| Input |
| mixed | $manager | |
| mixed | $command | |
| mixed | $prepared | |
| mixed | $statement | |
| mixed | $parameterObject | |
| Output |
| Exception |
|
create
| public void create |
(TSqlMapManager $manager , mixed $connection , mixed $statement , mixed $parameterObject , mixed $skip , mixed $max ) |
| Input |
| TSqlMapManager | $manager | |
| mixed | $connection | |
| mixed | $statement | |
| mixed | $parameterObject | |
| mixed | $skip | |
| mixed | $max | |
| Output |
| Exception |
|
|