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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrigger
Contains no-op implementation of
Trigger interface. |
Modifier and Type | Method and Description |
---|---|
List<Trigger> |
SqlResource.getTriggers()
Returns triggers classes.
|
Modifier and Type | Method and Description |
---|---|
List<Trigger> |
SqlResourceImpl.getTriggers() |
Constructor and Description |
---|
SqlResourceImpl(String name,
SqlResourceDefinition definition,
SqlResourceMetaData metaData,
SqlBuilder sqlBuilder,
List<Trigger> triggers) |
Copyright © 2011-2018 restSQL Project Contributors