(No version information available, might only be in SVN)
Einführung
Ein Klasse, die vorbereitete Anweisungen für die SQLite-3-Erweiterung abwickelt.
Klassenbeschreibung
SQLite3Stmt
{
public bool bindParam
(
string $sql_param
,
mixed &$param
[,
int $type
] )
public bool bindValue
(
string $sql_param
,
mixed $value
[,
int $type
] )
public bool clear
(
void
)
public bool close
(
void
)
public SQLite3Result execute
(
void
)
public bool reset
(
void
)
}