Package one.microstream.afs.sql
Interface SqlIoHandler
- All Superinterfaces:
AIoHandler
,WriteController
- All Known Implementing Classes:
SqlIoHandler.Default
public interface SqlIoHandler extends AIoHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SqlIoHandler.Default
Nested classes/interfaces inherited from interface one.microstream.afs.AIoHandler
AIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>
Nested classes/interfaces inherited from interface one.microstream.afs.WriteController
WriteController.Disabled, WriteController.Enabled
-
Method Summary
Modifier and Type Method Description SqlConnector
connector()
static SqlIoHandler
New(SqlConnector connector)
static SqlIoHandler
New(WriteController writeController, SqlConnector connector)
Methods inherited from interface one.microstream.afs.AIoHandler
close, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, create, create, deleteFile, ensureExists, ensureExists, exists, exists, inventorize, isHandledDirectory, isHandledFile, isHandledItem, isHandledReadableFile, isHandledWritableFile, isOpen, listDirectories, listFiles, listItems, moveFile, openReading, openWriting, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, truncate, validateHandledDirectory, validateHandledFile, validateHandledReadableFile, validateHandledWritableFile, writeBytes
-
Method Details
-
connector
SqlConnector connector() -
New
-
New
-