Sha256: 0f4bf89c0cc22fc9f54ef78ce025dc2b542bb91bd57280d6beb93298109d17e8

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

DECLARE "xx" CURSOR FOR SELECT * FROM "t"
DECLARE "xx" BINARY CURSOR FOR SELECT * FROM "t"
DECLARE "xx" INSENSITIVE CURSOR FOR SELECT * FROM "t"
DECLARE "xx" SCROLL CURSOR FOR SELECT * FROM "t"
DECLARE "xx" CURSOR WITH HOLD FOR SELECT * FROM "t"
DECLARE "xx" CURSOR FOR SELECT * FROM "t"
CLOSE "xx"
FETCH FORWARD 1 IN "xx"
FETCH FORWARD 1 IN "xx"
FETCH BACKWARD 1 IN "xx"
FETCH LAST IN "xx"
FETCH ABSOLUTE 2 IN "xx"
FETCH RELATIVE 2 IN "xx"
FETCH FORWARD 1 IN "xx"
FETCH FORWARD ALL IN "xx"
FETCH FORWARD 1 IN "xx"
FETCH FORWARD 2 IN "xx"
FETCH FORWARD ALL IN "xx"
FETCH BACKWARD 1 IN "xx"
FETCH BACKWARD 3 IN "xx"
FETCH BACKWARD ALL IN "xx"
FETCH BACKWARD ALL IN "xx"
MOVE FORWARD 1 IN "xx"
MOVE FORWARD 1 IN "xx"
MOVE BACKWARD 1 IN "xx"
MOVE LAST IN "xx"
MOVE ABSOLUTE 2 IN "xx"
MOVE RELATIVE 2 IN "xx"
MOVE FORWARD 1 IN "xx"
MOVE FORWARD ALL IN "xx"
MOVE FORWARD 1 IN "xx"
MOVE FORWARD 2 IN "xx"
MOVE FORWARD ALL IN "xx"
MOVE BACKWARD 1 IN "xx"
MOVE BACKWARD 3 IN "xx"
MOVE BACKWARD ALL IN "xx"
MOVE BACKWARD ALL IN "xx"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
prestogres-0.4.8 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.7 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.6 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.5 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.4 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.3 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.2 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.1 pgpool2/test/parser/expected/cursor.out
prestogres-0.4.0 pgpool2/test/parser/expected/cursor.out
prestogres-0.3.0 pgpool2/test/parser/expected/cursor.out
prestogres-0.2.0 pgpool2/test/parser/expected/cursor.out
prestogres-0.1.0 pgpool2/test/parser/expected/cursor.out