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 class
SqlPath.Default
-
Method Summary
Modifier and Type Method Description String
fullQualifiedName()
String
identifier()
static SqlPath
New(String... pathElements)
SqlPath
parentPath()
String[]
pathElements()
static String[]
splitPath(String fullQualifiedPath)
-
Method Details
-
pathElements
String[] pathElements() -
identifier
String identifier() -
fullQualifiedName
String fullQualifiedName() -
parentPath
SqlPath parentPath() -
splitPath
-
New
-