Package | Description |
---|---|
org.restsql.core |
Contains core framework interfaces, an API for deployments that use
restSQL as a library, rather than an HTTP service.
|
org.restsql.core.impl |
Contains core framework implementation.
|
org.restsql.core.impl.mysql | |
org.restsql.core.impl.postgresql |
Modifier and Type | Method and Description |
---|---|
static SequenceManager |
Factory.getSequenceManager()
Returns singleton SequenceManager.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequenceManager |
Modifier and Type | Class and Description |
---|---|
class |
MySqlSequenceManager
Sequence utilities for MySQL.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgreSqlSequenceManager
Sequence utilities for PostgreSQL.
|
Copyright © 2011-2018 restSQL Project Contributors