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.Default - 
Field Summary
Fields Modifier and Type Field Description static StringDIRECTORY_TABLE_NAME_SEPARATORstatic charDIRECTORY_TABLE_NAME_SEPARATOR_CHAR - 
Method Summary
Modifier and Type Method Description StringfullQualifiedName()Stringidentifier()static SqlPathNew(String... pathElements)SqlPathparentPath()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
 
 -