public final class SqlPathElement extends Object
| Constructor and Description |
|---|
SqlPathElement(Optional<Identifier> catalog,
Identifier schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Optional<Identifier> |
getCatalog() |
Identifier |
getSchema() |
int |
hashCode() |
String |
toString() |
public SqlPathElement(Optional<Identifier> catalog, Identifier schema)
public Optional<Identifier> getCatalog()
public Identifier getSchema()
Copyright © 2012–2019. All rights reserved.