public class QualifiedFunctionName extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFunctionName() |
CatalogSchemaName |
getFunctionNamespace() |
int |
hashCode() |
static QualifiedFunctionName |
of(CatalogSchemaName functionNamespace,
String name) |
static QualifiedFunctionName |
of(String dottedName) |
String |
toString() |
public static QualifiedFunctionName of(String dottedName)
public static QualifiedFunctionName of(CatalogSchemaName functionNamespace, String name)
public CatalogSchemaName getFunctionNamespace()
public String getFunctionName()
Copyright © 2012–2020. All rights reserved.