PgMiscellaneous.scanWord

Scans a word into a GString buffer. A word consists of [A-Za-z_] followed by zero or more [A-Za-z_0-9] Leading white space is skipped.

class PgMiscellaneous
static
int
scanWord
(
ref string pos
,)

Parameters

pos string

in/out string position. inout

Return Value

Type: int

FALSE if a parse error occurred.

Meta