Overview

Packages

  • objSQL

Documentation

  • objSQL Connection
  • objSQL Error Handling
  • General Queries
  • Prepared Statements
  • Transactions
  • Resultset Methods
  • Helper Method - Select Query
  • Helper Method - Update Query
  • Helper Method - Insert Query
  • Helper Method - Delete Query
  • Helper Method - Paging Query
  • Utility Methods

Classes

  • cubrid_connection
  • cubrid_prepare
  • cubrid_resultset
  • cubrid_statement
  • cubrid_transaction
  • mysql_connection
  • mysql_prepare
  • mysql_resultset
  • mysql_statement
  • mysql_transaction
  • objSQL
  • pgsql_connection
  • pgsql_prepare
  • pgsql_resultset
  • pgsql_statement
  • pgsql_transaction
  • sqlite3_connection
  • sqlite3_prepare
  • sqlite3_resultset
  • sqlite3_statement
  • sqlite3_transaction
  • sqlsrv_connection
  • sqlsrv_prepare
  • sqlsrv_resultset
  • sqlsrv_statement
  • sqlsrv_transaction
  • Overview
  • Package
  • Class
  • Tree

Class sqlite3_prepare

Package: objSQL
Copyright: 2013
License: zlib/libpng
Author: MT Jordan <mtjo62@gmail.com>
Located at drivers/sqlite3.php
Methods summary
public
# __construct( str $connection, mixed $query )

Constructor

Constructor

Parameters

$connection
str
$query
$query
mixed
$connection
public boolean
# obj_bind( mixed $param )

Set parameters for prepared statement

Set parameters for prepared statement

Parameters

$param
mixed
$param

Returns

boolean
public boolean
# obj_close_statement( )

Destroys prepared statement object

Destroys prepared statement object

Returns

boolean
public mixed
# obj_execute( )

Executes prepared statement and returns resultset object

Executes prepared statement and returns resultset object

Returns

mixed
public boolean
# obj_free_statement( )

Resets prepared statement object and binding parameters

Resets prepared statement object and binding parameters

Returns

boolean
objSQL 3.1.0 API documentation generated by ApiGen 2.8.0

Documentation licensed under a Creative Commons Attribution 3.0 Unported License.