Unclassified NewsBoard Code Reference

IDatabase.FastQuery function

Perform query and get first record in one call
Further calls of GetRecord are possible
Parameters are the same as with the above Set*() function calls

function IDatabase.FastQuery ($table, $fields = '*', $where = '', $order = '', $limit = '', $group = '', $having = '');

Parameters:

table
fields  –  optional, default: '*'
where  –  optional, default: ''
order  –  optional, default: ''
limit  –  optional, default: ''
group  –  optional, default: ''
having  –  optional, default: ''

Member of class: IDatabase

Implementation file: unb_lib/database.lib.php, line 573

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.