1.0

Table Of Contents
sqlf(PEERCLIENT)> VALUES CURRENT_DATE;
1
------------------
May 16, 2011
1 row selected
MaximumDisplayWidth
Sets the largest display width for columns to the specied value.
Syntax
MAXIMUMDISPLAYWIDTH
integer_value
Description
Sets the largest display width for columns to the specied value. You generally use this command to increase
the default value in order to display large blocks of text.
Example
sqlf(PEERCLIENT)> maximumdisplaywidth 4;
sqlf(PEERCLIENT)> VALUES 'NOW IS THE TIME!';
1
----
NOW&
1 row selected
sqlf(PEERCLIENT)> maximumdisplaywidth 30;
sqlf(PEERCLIENT)> VALUES 'NOW IS THE TIME!';
1
----------------
NOW IS THE TIME!
1 row selected
next
Fetches the next row from the named cursor created with the get scroll insensitive cursor command.
Syntax
NEXT
Identifier
vFabric SQLFire User's Guide412
vFabric SQLFire Reference