Interface | Description |
---|---|
Cursor |
Class | Description |
---|---|
SQLDatabase | |
SQLDatabaseFactory |
Factory class to create
SQLDatabase , and update schema |
SQLDatabaseQueue |
SQLDatabaseQuue provides the ability to ensure that the
only a single thread accesses the SQLDatabase.
|
SQLQueueCallable<T> |
A task which performs actions on a SQLDatabase passed in when
called.
|