Package one.microstream.afs.sql
Class SqlPath.Default
java.lang.Object
one.microstream.afs.sql.SqlPath.Default
- All Implemented Interfaces:
SqlPath
- Enclosing interface:
- SqlPath
public static final class SqlPath.Default extends Object implements SqlPath
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description String
fullQualifiedName()
String
identifier()
SqlPath
parentPath()
String[]
pathElements()
-
Constructor Details
-
Default
public Default()
-
-
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
-