php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SQLite3Stmt Class Reference

Public Member Functions

 bindParam (string|int $param, mixed &$var, int $type=SQLITE3_TEXT)
 
 bindValue (string|int $param, mixed $value, int $type=SQLITE3_TEXT)
 
 clear ()
 
 close ()
 
 execute ()
 
 getSQL (bool $expand=false)
 
 paramCount ()
 
 readOnly ()
 
 reset ()
 

Detailed Description

@not-serializable

Definition at line 245 of file sqlite3.stub.php.

Member Function Documentation

◆ bindParam()

SQLite3Stmt::bindParam ( string|int $param,
mixed & $var,
int $type = SQLITE3_TEXT )

@tentative-return-type

Definition at line 250 of file sqlite3.stub.php.

◆ bindValue()

SQLite3Stmt::bindValue ( string|int $param,
mixed $value,
int $type = SQLITE3_TEXT )

@tentative-return-type

Definition at line 253 of file sqlite3.stub.php.

◆ clear()

SQLite3Stmt::clear ( )

@tentative-return-type

Definition at line 256 of file sqlite3.stub.php.

◆ close()

SQLite3Stmt::close ( )

@tentative-return-type

Definition at line 259 of file sqlite3.stub.php.

◆ execute()

SQLite3Stmt::execute ( )

@tentative-return-type

Definition at line 262 of file sqlite3.stub.php.

◆ getSQL()

SQLite3Stmt::getSQL ( bool $expand = false)

@tentative-return-type

Definition at line 265 of file sqlite3.stub.php.

◆ paramCount()

SQLite3Stmt::paramCount ( )

@tentative-return-type

Definition at line 268 of file sqlite3.stub.php.

◆ readOnly()

SQLite3Stmt::readOnly ( )

@tentative-return-type

Definition at line 271 of file sqlite3.stub.php.

◆ reset()

SQLite3Stmt::reset ( )

@tentative-return-type

Definition at line 274 of file sqlite3.stub.php.


The documentation for this class was generated from the following file: