dbplus_aql(3) php man page | unix.com

Man Page: dbplus_aql

Operating Environment: php

Section: 3

DBPLUS_AQL(3)								 1							     DBPLUS_AQL(3)

dbplus_aql - Perform AQL query

SYNOPSIS
resource dbplus_aql (string $query, [string $server], [string $dbpath])
DESCRIPTION
Executes an AQL $query on the given $server and $dbpath.
PARAMETERS
o $query - The AQL query to be executed. Further information on the AQL (Algebraic Query Language) is provided in the original db++ manual. o $server - o $dbpath -
RETURN VALUES
Returns a relation handle on success. The result data may be fetched from this relation by calling dbplus_next(3) and dbplus_curr(3). Other relation access functions will not work on a result relation.
NOTES
Warning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. PHP Documentation Group DBPLUS_AQL(3)
Related Man Pages
mssql_field_type(3) - php
fbsql_query(3) - php
msql_query(3) - php
sqlite_exec(3) - php
sqlitedatabase.query(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!