Package one.microstream.afs.sql.types
Interface SqlPath
- All Known Implementing Classes:
SqlPath.Default
public interface SqlPath
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlPath.Defaultstatic classSqlPath.Static -
Method Summary
Modifier and Type Method Description StringfullQualifiedName()static SqlPathSeparatorProviderget()static chargetSeparatorChar()static StringgetSeparatorString()Stringidentifier()static SqlPathNew(String... pathElements)SqlPathparentPath()String[]pathElements()static SqlPathSeparatorProviderset(SqlPathSeparatorProvider sqlPathSeparatorProvider)static String[]splitPath(String fullQualifiedPath)
-
Method Details
-
pathElements
String[] pathElements() -
identifier
String identifier() -
fullQualifiedName
String fullQualifiedName() -
parentPath
SqlPath parentPath() -
splitPath
-
New
-
set
-
get
-
getSeparatorString
-
getSeparatorChar
static char getSeparatorChar()
-