Class TPreparedStatement
TpreparedStatement class.
Constructor Summary |
public |
|
Method Summary |
void
|
|
void
|
|
void
|
|
void
|
|
void
|
|
void
|
|
Methods Inherited From TComponent |
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
Constructor Details |
__construct
|
Method Details |
getParameterNames
public void getParameterNames |
() |
|
getParameterValues
public void getParameterValues |
() |
|
getPreparedSql
public void getPreparedSql |
() |
|
setParameterNames
public void setParameterNames |
(mixed $value ) |
Input |
mixed | $value | |
Output |
Exception |
|
setParameterValues
public void setParameterValues |
(mixed $value ) |
Input |
mixed | $value | |
Output |
Exception |
|
setPreparedSql
public void setPreparedSql |
(mixed $value ) |
Input |
mixed | $value | |
Output |
Exception |
|
|