Index
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Copied!
Index( name, [database] )
Description
The Index
function returns a valid Reference for the specified index
name
in the specified child database
. If a child database
is not
specified, the returned index reference belongs to the current database.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
String |
The name of an index. |
|
Reference |
Optional - A Reference to a child database. If not specified, the current database is used. |