Modifier and Type | Method and Description |
---|---|
Column |
JsonExpression.getColumn() |
Modifier and Type | Method and Description |
---|---|
void |
JsonExpression.setColumn(Column column) |
void |
ExpressionVisitor.visit(Column tableColumn) |
void |
ExpressionVisitorAdapter.visit(Column column) |
Modifier and Type | Method and Description |
---|---|
Column |
CCJSqlParser.Column() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
CCJSqlParser.PivotForColumns() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Insert.getColumns()
Get the columns (found in "INSERT INTO (col1,col2..) [...]" )
|
Modifier and Type | Method and Description |
---|---|
void |
Insert.setColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Replace.getColumns()
A list of
Column s either from a "REPLACE
mytab (col1, col2) [...]" or a "REPLACE mytab SET col1=exp1, col2=exp2". |
Modifier and Type | Method and Description |
---|---|
void |
Replace.setColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Pivot.getForColumns() |
List<Column> |
Join.getUsingColumns()
Returns the "USING" list of
Column s (if
any) |
Modifier and Type | Method and Description |
---|---|
void |
Pivot.setForColumns(List<Column> forColumns) |
void |
Join.setUsingColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Update.getColumns()
The
Column s in this update (as col1 and
col2 in UPDATE col1='a', col2='b') |
Modifier and Type | Method and Description |
---|---|
void |
Update.setColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
void |
TablesNamesFinder.visit(Column tableColumn) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeParser.visit(Column tableColumn) |
void |
SelectDeParser.visit(Column column) |
Copyright © 2006–2018 TinyGroup. All rights reserved.