public class CatalogSchemaPrefix extends Object
| Constructor and Description |
|---|
CatalogSchemaPrefix(String catalogName,
Optional<String> schemaName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalogName() |
Optional<String> |
getSchemaName() |
int |
hashCode() |
boolean |
includes(CatalogSchemaName catalogSchemaName) |
boolean |
includes(CatalogSchemaPrefix that) |
static CatalogSchemaPrefix |
of(String prefix) |
String |
toString() |
public static CatalogSchemaPrefix of(String prefix)
public String getCatalogName()
public boolean includes(CatalogSchemaName catalogSchemaName)
public boolean includes(CatalogSchemaPrefix that)
Copyright © 2012–2020. All rights reserved.