Package one.microstream.afs.sql
Interface SqlPath
- All Known Implementing Classes:
SqlPath.Default
public interface SqlPath
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlPath.Default -
Method Summary
Modifier and Type Method Description StringfullQualifiedName()Stringidentifier()static SqlPathNew(String... pathElements)SqlPathparentPath()String[]pathElements()static String[]splitPath(String fullQualifiedPath)
-
Method Details
-
pathElements
String[] pathElements() -
identifier
String identifier() -
fullQualifiedName
String fullQualifiedName() -
parentPath
SqlPath parentPath() -
splitPath
-
New
-