Package io.trino.spi.connector
Class SchemaRoutineName
- java.lang.Object
-
- io.trino.spi.connector.SchemaRoutineName
-
public final class SchemaRoutineName extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaRoutineName(String schemaName, String routineName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getRoutineName()
String
getSchemaName()
int
hashCode()
String
toString()
-