| Constructor and Description |
|---|
ColumnIdentifier(String name)
Creates a ColumnIdentifier object for the giving column name.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnIdentifier |
clone()
Creates a clone of this
ColumnIdentifier object. |
boolean |
equals(Object other)
Compares this ColumnIdentifier with the giving one
|
int |
hashCode()
Calculates the hash code of this ColumnIdentifier.
|
String |
name()
Returns the name of column.
|
String |
quotedName()
Returns the quoted name of this column Name Format: 1.
|
String |
toString()
Generates a String value to represent this Column Identifier.
|
public ColumnIdentifier(String name)
name - The column namepublic String name()
More details can be found from https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html
public String quotedName()
It is same as [[name]], but quotes always added. It is always safe to do String comparisons between quoted column names
public boolean equals(Object other)
public int hashCode()
public String toString()
public ColumnIdentifier clone()
ColumnIdentifier object.© 2023 Snowflake Inc. All Rights Reserved