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