Package one.microstream.afs.sql.types
Class SqlPath.Default
java.lang.Object
one.microstream.afs.sql.types.SqlPath.Default
- All Implemented Interfaces:
SqlPath
- Enclosing interface:
- SqlPath
public static final class SqlPath.Default extends Object implements SqlPath
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.sql.types.SqlPath
SqlPath.Default, SqlPath.Static
-
Method Summary
Modifier and Type Method Description String
fullQualifiedName()
String
identifier()
SqlPath
parentPath()
String[]
pathElements()
-
Method Details
-
pathElements
- Specified by:
pathElements
in interfaceSqlPath
-
identifier
- Specified by:
identifier
in interfaceSqlPath
-
fullQualifiedName
- Specified by:
fullQualifiedName
in interfaceSqlPath
-
parentPath
- Specified by:
parentPath
in interfaceSqlPath
-