Package io.trino.spi.connector
Class SchemaTableName
- java.lang.Object
-
- io.trino.spi.connector.SchemaTableName
-
public final class SchemaTableName extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaTableName(String schemaName, String tableName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getRetainedSizeInBytes()
String
getSchemaName()
String
getTableName()
int
hashCode()
static SchemaTableName
schemaTableName(String schemaName, String tableName)
SchemaTablePrefix
toSchemaTablePrefix()
String
toString()
-
-
-
Method Detail
-
schemaTableName
public static SchemaTableName schemaTableName(String schemaName, String tableName)
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
toSchemaTablePrefix
public SchemaTablePrefix toSchemaTablePrefix()
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
-
-