public final class CatalogContext extends Object
Plan §7.2. caseSensitive() is advisory: the actual compare rule is driven by
IdentifierService via CatalogIdentifierPolicy.areEqual — this flag is
just a hint when callers want to override the dialect default at the resolution site
(e.g., adapter integration tests).
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activeCatalog() |
String |
activeSchema() |
static CatalogContext.Builder |
builder() |
boolean |
caseSensitive() |
boolean |
equals(Object o) |
int |
hashCode() |
IdentifierConfig |
identifierConfig() |
CatalogSearchPath |
searchPath() |
String |
toString() |
EDbVendor |
vendor() |
public static CatalogContext.Builder builder()
public String activeCatalog()
public String activeSchema()
public CatalogSearchPath searchPath()
public boolean caseSensitive()
public IdentifierConfig identifierConfig()