public abstract class DataType extends Object implements Serializable
| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Verifies if a DataType equals to this one.
|
int |
hashCode()
Calculates the hash code of this DataType Type Object.
|
String |
toString()
Generates a String value to represent this DataType object.
|
String |
typeName()
Retrieves the String name of this DataType object.
|
public String typeName()
public String toString()
public boolean equals(Object other)
© 2023 Snowflake Inc. All Rights Reserved