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 class
SqlPath.Default
static class
SqlPath.Static
-
Method Summary
Modifier and Type Method Description String
fullQualifiedName()
static SqlPathSeparatorProvider
get()
static char
getSeparatorChar()
static String
getSeparatorString()
String
identifier()
static SqlPath
New(String... pathElements)
SqlPath
parentPath()
String[]
pathElements()
static SqlPathSeparatorProvider
set(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()
-