public static interface SqlAlias.Builder extends SdkPojo, CopyableBuilder<SqlAlias.Builder,SqlAlias>
| Modifier and Type | Method and Description |
|---|---|
SqlAlias.Builder |
alias(String alias)
A temporary name given to a table, or a column in a table.
|
SqlAlias.Builder |
from(String from)
A table, or a column in a table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSqlAlias.Builder from(String from)
A table, or a column in a table.
from - A table, or a column in a table.SqlAlias.Builder alias(String alias)
A temporary name given to a table, or a column in a table.
alias - A temporary name given to a table, or a column in a table.Copyright © 2023. All rights reserved.