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
-
Field Summary
Fields Modifier and Type Field Description static String
DIRECTORY_TABLE_NAME_SEPARATOR
static char
DIRECTORY_TABLE_NAME_SEPARATOR_CHAR
-
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)
-
Field Details
-
DIRECTORY_TABLE_NAME_SEPARATOR
- See Also:
- Constant Field Values
-
DIRECTORY_TABLE_NAME_SEPARATOR_CHAR
static final char DIRECTORY_TABLE_NAME_SEPARATOR_CHAR- See Also:
- Constant Field Values
-
-
Method Details
-
pathElements
String[] pathElements() -
identifier
String identifier() -
fullQualifiedName
String fullQualifiedName() -
parentPath
SqlPath parentPath() -
splitPath
-
New
-