Package one.microstream.afs.sql
Interface SqlProviderSqlite
- All Superinterfaces:
SqlProvider
- All Known Implementing Classes:
SqlProviderSqlite.Default
public interface SqlProviderSqlite extends SqlProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SqlProviderSqlite.Default
Nested classes/interfaces inherited from interface one.microstream.afs.sql.SqlProvider
SqlProvider.Abstract
-
Field Summary
Fields inherited from interface one.microstream.afs.sql.SqlProvider
DATA_COLUMN_NAME, DATA_COLUMN_TYPE, END_COLUMN_NAME, END_COLUMN_TYPE, IDENTIFIER_COLUMN_LENGTH, IDENTIFIER_COLUMN_NAME, IDENTIFIER_COLUMN_TYPE, START_COLUMN_NAME, START_COLUMN_TYPE
-
Method Summary
Static Methods Modifier and Type Method Description static SqlProviderSqlite
New(String catalog, String schema, DataSource dataSource)
static SqlProviderSqlite
New(DataSource dataSource)
Methods inherited from interface one.microstream.afs.sql.SqlProvider
catalog, copyFileQuery, createDirectoryQueries, deleteFileQuery, deleteFileQueryFromEnd, deleteFileQueryFromStart, execute, fileExistsQuery, fileSizeQuery, listFilesQuery, moveFileQuerySameParent, queryDirectories, queryDirectoryExists, readDataQuery, readDataQueryWithLength, readDataQueryWithOffset, readDataQueryWithRange, readMetadataQuery, readMetadataQuerySingleSegment, schema, setBlob, writeDataQuery