Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d8e841

Browse files
committed
Prototypes for sequence.c
1 parent80b6185 commit4d8e841

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

‎src/include/commands/sequence.h

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* sequence.h--
4+
* prototypes for sequence.c.
5+
*
6+
*
7+
*-------------------------------------------------------------------------
8+
*/
9+
#ifndefSEQUENCE_H
10+
#defineSEQUENCE_H
11+
12+
/*
13+
* Columns of a sequnece relation
14+
*/
15+
16+
#defineSEQ_COL_NAME1
17+
#defineSEQ_COL_LASTVAL2
18+
#defineSEQ_COL_INCBY3
19+
#defineSEQ_COL_MAXVALUE4
20+
#defineSEQ_COL_MINVALUE5
21+
#defineSEQ_COL_CACHE6
22+
#defineSEQ_COL_CYCLE7
23+
#defineSEQ_COL_CALLED8
24+
25+
#defineSEQ_COL_FIRSTCOLSEQ_COL_NAME
26+
#defineSEQ_COL_LASTCOLSEQ_COL_CALLED
27+
28+
externvoidDefineSequence (CreateSeqStmt*stmt);
29+
externint4nextval (structvarlena*seqname);
30+
externint4currval (structvarlena*seqname);
31+
externvoidCloseSequences (void);
32+
33+
#endif/* SEQUENCE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp