| Modifier and Type | Method and Description |
|---|---|
Column |
Function.getAttributeColumn() |
Column |
Function.getAttributeColumn() |
Column |
ConnectByRootOperator.getColumn() |
Column |
ConnectByRootOperator.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setAttribute(Column attributeColumn) |
void |
Function.setAttribute(Column attributeColumn) |
void |
ExpressionVisitor.visit(Column tableColumn) |
void |
ExpressionVisitorAdapter.visit(Column column) |
void |
ExpressionVisitorAdapter.visit(Column column) |
void |
ExpressionVisitor.visit(Column tableColumn) |
Function |
Function.withAttribute(Column attributeColumn) |
Function |
Function.withAttribute(Column attributeColumn) |
| Constructor and Description |
|---|
ConnectByRootOperator(Column column) |
ConnectByRootOperator(Column column) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
FullTextSearch.getMatchColumns() |
ExpressionList<Column> |
FullTextSearch.getMatchColumns() |
| Modifier and Type | Method and Description |
|---|---|
FullTextSearch |
FullTextSearch.addMatchColumns(Column... matchColumns) |
FullTextSearch |
FullTextSearch.addMatchColumns(Column... matchColumns) |
| Modifier and Type | Method and Description |
|---|---|
FullTextSearch |
FullTextSearch.addMatchColumns(Collection<? extends Column> matchColumns) |
FullTextSearch |
FullTextSearch.addMatchColumns(Collection<? extends Column> matchColumns) |
void |
FullTextSearch.setMatchColumns(ExpressionList<Column> columns) |
void |
FullTextSearch.setMatchColumns(ExpressionList<Column> columns) |
FullTextSearch |
FullTextSearch.withMatchColumns(ExpressionList<Column> matchColumns) |
FullTextSearch |
FullTextSearch.withMatchColumns(ExpressionList<Column> matchColumns) |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setArrayConstructor(ArrayConstructor arrayConstructor) |
Column |
Column.setArrayConstructor(ArrayConstructor arrayConstructor) |
Column |
Column.withColumnName(String columnName) |
Column |
Column.withColumnName(String columnName) |
Column |
Column.withCommentText(String commentText) |
Column |
Column.withCommentText(String commentText) |
Column |
Column.withTable(Table table) |
Column |
Column.withTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Column |
Comment.getColumn() |
Column |
Comment.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setColumn(Column column) |
void |
Comment.setColumn(Column column) |
Comment |
Comment.withColumn(Column column) |
Comment |
Comment.withColumn(Column column) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
CreateView.getColumnNames() |
ExpressionList<Column> |
CreateView.getColumnNames() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateView.setColumnNames(ExpressionList<Column> columnNames) |
void |
CreateView.setColumnNames(ExpressionList<Column> columnNames) |
CreateView |
CreateView.withColumnNames(ExpressionList<Column> columnNames) |
CreateView |
CreateView.withColumnNames(ExpressionList<Column> columnNames) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
Insert.getColumns() |
ExpressionList<Column> |
Insert.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.addColumns(Column... columns) |
Insert |
Insert.addColumns(Column... columns) |
InsertConflictAction |
InsertConflictAction.addUpdateSet(Column column,
Expression expression) |
InsertConflictAction |
InsertConflictAction.addUpdateSet(Column column,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.addColumns(Collection<Column> columns) |
Insert |
Insert.addColumns(Collection<Column> columns) |
void |
Insert.setColumns(ExpressionList<Column> list) |
void |
Insert.setColumns(ExpressionList<Column> list) |
Insert |
Insert.withColumns(ExpressionList<Column> columns) |
Insert |
Insert.withColumns(ExpressionList<Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
MergeInsert.getColumns() |
ExpressionList<Column> |
MergeInsert.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
MergeInsert |
MergeInsert.addColumns(Column... columns) |
MergeInsert |
MergeInsert.addColumns(Column... columns) |
| Modifier and Type | Method and Description |
|---|---|
MergeInsert |
MergeInsert.addColumns(Collection<? extends Column> columns) |
MergeInsert |
MergeInsert.addColumns(Collection<? extends Column> columns) |
void |
MergeInsert.setColumns(ExpressionList<Column> columns) |
void |
MergeInsert.setColumns(ExpressionList<Column> columns) |
MergeInsert |
MergeInsert.withColumns(ExpressionList<Column> columns) |
MergeInsert |
MergeInsert.withColumns(ExpressionList<Column> columns) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionList<Column> |
AllColumns.exceptColumns |
protected ExpressionList<Column> |
AllColumns.exceptColumns |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
AllColumns.addExceptColumn(Column column) |
ExpressionList<Column> |
AllColumns.addExceptColumn(Column column) |
ExpressionList<Column> |
AllColumns.getExceptColumns() |
ExpressionList<Column> |
AllColumns.getExceptColumns() |
ExpressionList<Column> |
Pivot.getForColumns() |
ExpressionList<Column> |
Pivot.getForColumns() |
List<Column> |
UnPivot.getUnPivotClause() |
List<Column> |
UnPivot.getUnPivotClause() |
List<Column> |
UnPivot.getUnPivotForClause() |
List<Column> |
UnPivot.getUnPivotForClause() |
List<Column> |
Join.getUsingColumns()
Returns the "USING" list of
Columns (if any) |
List<Column> |
Join.getUsingColumns()
Returns the "USING" list of
Columns (if any) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
AllColumns.addExceptColumn(Column column) |
ExpressionList<Column> |
AllColumns.addExceptColumn(Column column) |
Pivot |
Pivot.addForColumns(Column... forColumns) |
PivotXml |
PivotXml.addForColumns(Column... forColumns) |
PivotXml |
PivotXml.addForColumns(Column... forColumns) |
Pivot |
Pivot.addForColumns(Column... forColumns) |
Join |
Join.addUsingColumns(Column... usingColumns) |
Join |
Join.addUsingColumns(Column... usingColumns) |
| Constructor and Description |
|---|
AllColumns(ExpressionList<Column> exceptColumns,
List<SelectItem<?>> replaceExpressions) |
AllColumns(ExpressionList<Column> exceptColumns,
List<SelectItem<?>> replaceExpressions) |
AllTableColumns(Table table,
ExpressionList<Column> exceptColumns,
List<SelectItem<?>> replaceExpressions) |
AllTableColumns(Table table,
ExpressionList<Column> exceptColumns,
List<SelectItem<?>> replaceExpressions) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionList<Column> |
UpdateSet.columns |
protected ExpressionList<Column> |
UpdateSet.columns |
| Modifier and Type | Method and Description |
|---|---|
Column |
UpdateSet.getColumn(int index) |
Column |
UpdateSet.getColumn(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Update.getColumns()
Deprecated.
|
ExpressionList<Column> |
UpdateSet.getColumns() |
ExpressionList<Column> |
UpdateSet.getColumns() |
List<Column> |
Update.getColumns()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSet.add(Column column)
Add another column to the existing column list.
|
void |
UpdateSet.add(Column column)
Add another column to the existing column list.
|
void |
UpdateSet.add(Column column,
Expression value) |
void |
UpdateSet.add(Column column,
Expression value) |
Update |
Update.addColumns(Column... columns) |
Update |
Update.addColumns(Column... columns) |
Update |
Update.addUpdateSet(Column column,
Expression expression) |
Update |
Update.addUpdateSet(Column column,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.addColumns(Collection<? extends Column> columns) |
Update |
Update.addColumns(Collection<? extends Column> columns) |
void |
UpdateSet.setColumns(ExpressionList<Column> columns) |
void |
UpdateSet.setColumns(ExpressionList<Column> columns) |
void |
Update.setColumns(List<Column> list)
Deprecated.
|
void |
Update.setColumns(List<Column> list)
Deprecated.
|
Update |
Update.withColumns(List<Column> columns) |
Update |
Update.withColumns(List<Column> columns) |
| Constructor and Description |
|---|
UpdateSet(Column column) |
UpdateSet(Column column) |
UpdateSet(Column column,
Expression value) |
UpdateSet(Column column,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionList<Column> |
Upsert.getColumns() |
ExpressionList<Column> |
Upsert.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
Upsert |
Upsert.addColumns(Column... columns) |
Upsert |
Upsert.addColumns(Column... columns) |
| Modifier and Type | Method and Description |
|---|---|
Upsert |
Upsert.addColumns(Collection<? extends Column> columns) |
Upsert |
Upsert.addColumns(Collection<? extends Column> columns) |
void |
Upsert.setColumns(ExpressionList<Column> list) |
void |
Upsert.setColumns(ExpressionList<Column> list) |
Upsert |
Upsert.withColumns(ExpressionList<Column> columns) |
Upsert |
Upsert.withColumns(ExpressionList<Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(Column tableColumn) |
void |
TablesNamesFinder.visit(Column tableColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(Column tableColumn) |
void |
ExpressionDeParser.visit(Column tableColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(Column tableColumn) |
void |
ExpressionValidator.visit(Column tableColumn) |
Copyright © 2004–2023 JSQLParser. All rights reserved.