Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

close(l)


CLOSE

CLOSE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO

NAME

close - close a cursor

SYNOPSIS

close [cursor_name]

DESCRIPTION

Close frees the resources associated with a cursor, cursor_name. After this cursor is closed, no subsequent operations are allowed on it. A cursor should be closed when it is no longer needed. If cursor_name. is not specified, then the blank cursor is closed.

EXAMPLE

/*
* close the cursor FOO
*/
close FOO

SEE ALSO

fetch(l), select(l).



close(l)