|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
ColDataType of this column definition
ColumnDefinitions of this table.
Columns either from a "REPLACE mytab (col1, col2) [...]" or a "REPLACE mytab SET col1=exp1, col2=exp2".
Columns in this update (as col1 and col2 in UPDATE col1='a', col2='b')
Expressions (from a "REPLACE mytab SET col1=exp1, col2=exp2").
Expressions in this update (as 'a' and 'b' in UPDATE col1='a', col2='b')
FromItem in this query
ColumnReferences of the GROUP BY clause.
Indexes (for example "PRIMARY KEY") of this table.
ItemsList (either from a "REPLACE mytab VALUES (exp1,exp2)" or a "REPLACE mytab SELECT * FROM mytab2")
it is null in case of a "REPLACE mytab SET col1=exp1, col2=exp2"
Joins
SelectItems expressions, as in "select DISTINCT ON (a,b,c) a,b FROM..."
PlainSelects in this UNION
SelectBody of this WITH item is the part after the "AS" keyword
SelectItems in this query (for example the A,B,C in "SELECT A,B,C")
Columns (if any)
SelectItems in this WITH (for example the A,B,C in "WITH mywith (A,B,C) AS ...")
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||