Class QNameParserWrapper
java.lang.Object
org.pgcodekeeper.core.database.base.parser.QNameParserWrapper
Wrapper class that provides simplified access
to parsed qualified name components without exposing the underlying parser implementation.
Handles both PostgreSQL and ClickHouse qualified name formats.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
QNameParserWrapper
-
-
Method Details
-
getFirstName
-
getSecondName
-
getSchemaName
-
getThirdName
-
hasErrors
public boolean hasErrors()
-