(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Giriş
SQLite 3 eklentisi için hazır deyimleri içeren sınıf.
Sınıf Sözdizimi
SQLite3Stmt
{
public bool bindParam
(
string $değişken
,
mixed &$değiştirge
[,
int $tür
] )
public bool bindValue
(
string $değişken
,
mixed $değer
[,
int $tür
] )
public bool clear
(
void
)
public bool close
(
void
)
public SQLite3Result execute
(
void
)
public bool reset
(
void
)
}