Modifier and Type | Method and Description |
---|---|
void |
ExpressionVisitor.visit(Column tableColumn) |
Modifier and Type | Method and Description |
---|---|
Column |
CCJSqlParser.Column() |
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> |
Join.getUsingColumns()
Returns the "USING" list of
Column s (if any) |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All Rights Reserved.