Class FullyQualifiedTableName
- java.lang.Object
-
- net.snowflake.ingest.streaming.internal.FullyQualifiedTableName
-
public class FullyQualifiedTableName extends Object
FullyQualifiedTableName is a class that represents a fully qualified table name. It is used to store the fully qualified table name in the Snowflake format.
-
-
Constructor Summary
Constructors Constructor Description FullyQualifiedTableName(String databaseName, String schemaName, String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDatabaseName()
String
getFullyQualifiedName()
String
getSchemaName()
String
getTableName()
int
hashCode()
-