Package one.microstream.afs.sql
Interface SqlProviderMySql
- All Superinterfaces:
SqlProvider
- All Known Implementing Classes:
SqlProviderMySql.Default
public interface SqlProviderMySql extends SqlProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SqlProviderMySql.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 SqlProviderMySql
New(String catalog, String schema, DataSource dataSource)
static SqlProviderMySql
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