LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Forex Trading
Online forex trading platform
The SQLite3Result class
SQLite3Stmt::reset
SQLite3Result::columnName
SQLite3
PHP Manual
The SQLite3Result class
Introduction
Description of the class.
Class synopsis
SQLite3Result
SQLite3Result
{
/* Methods */
public
string
SQLite3Result::columnName
(
int
$column_number
)
public
string
SQLite3Result::columnType
(
int
$column_number
)
public
array
SQLite3Result::fetchArray
([
int
$mode
] )
public
bool
SQLite3Result::finalize
(
void
)
public
int
SQLite3Result::numColumns
(
void
)
public
bool
SQLite3Result::reset
(
void
)
}
Table of Contents
SQLite3Result::columnName
— Returns the name of the nth column
SQLite3Result::columnType
— Returns the type of the nth column
SQLite3Result::fetchArray
— Fetches a result row as an associative or numerically indexed array or both
SQLite3Result::finalize
— Closes the result set
SQLite3Result::numColumns
— Returns the number of columns in the result set
SQLite3Result::reset
— Resets the result set back to the first row
SQLite3Stmt::reset
SQLite3Result::columnName
SQLite3
PHP Manual