- generate(String, String, String) - Method in class org.restsql.tools.impl.AbstractResourceDefinitionGenerator
-
- generate(String, String, String) - Method in interface org.restsql.tools.ResourceDefinitionGenerator
-
Creates resource definition files, one per table in the provided database.
- generateResourceDefinitions(String, String) - Method in class org.restsql.service.ToolsResource
-
- get(String, String, UriInfo, String, HttpServletRequest, SecurityContext) - Method in class org.restsql.service.ResResource
-
- get(String, String, String, UriInfo, String, HttpServletRequest, SecurityContext) - Method in class org.restsql.service.ResResource
-
- get(String, String, String, String, UriInfo, String, HttpServletRequest, SecurityContext) - Method in class org.restsql.service.ResResource
-
- get(String, UriInfo, String, HttpServletRequest, SecurityContext) - Method in class org.restsql.service.ResResource
-
- getAccept() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the accept property.
- getAlias() - Method in class org.restsql.core.sqlresource.Table
-
Gets the value of the alias property.
- getAllReadColumns() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getAllReadColumns() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getApplicationSingletons() - Method in interface org.restsql.service.monitoring.MonitoringManager
-
Used by application to get singletons for Jersey.
- getApplicationSingletons() - Method in class org.restsql.service.monitoring.MonitoringManagerImpl
-
- getAuthorizer() - Static method in class org.restsql.security.SecurityFactory
-
Returns authorizer singleton.
- getBody() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the body property.
- getBody() - Method in class org.restsql.core.sqlresource.DocumentationResponse
-
Gets the value of the body property.
- getBytes() - Method in class org.restsql.core.BinaryObject
-
- getCacheControl() - Method in class org.restsql.core.sqlresource.HttpResponse
-
Gets the value of the cacheControl property.
- getChild() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getChild() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getChildPlusExtTables() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getChildPlusExtTables() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getChildReadColumns() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getChildReadColumns() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getChildrenParameters() - Method in class org.restsql.core.impl.RequestImpl
-
- getChildrenParameters() - Method in interface org.restsql.core.Request
-
Returns children CUD requests to a single parent for a hierarchical SQL Resource.
- getChildRequest(Request) - Static method in class org.restsql.core.Factory
-
Creates request for child row with blank params.
- getChildRequest(Request) - Method in interface org.restsql.core.Factory.RequestFactory
-
- getChildRequest(Request) - Method in class org.restsql.core.impl.RequestFactoryImpl
-
- getClasses() - Method in class org.restsql.service.RestSqlApplication
-
Configures all the resource classes for the app.
- getClause() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getClient() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns client IP or hostname.
- getClient() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getColumn() - Method in class org.restsql.core.sqlresource.DocumentationColumns
-
Gets the value of the column property.
- getColumnDatabaseName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves database name from result set meta data.
- getColumnDatabaseName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves database name from result set meta data.
- getColumnLabel() - Method in interface org.restsql.core.ColumnMetaData
-
Returns column label, a string identified in double quotes after columns in the select clause in the SQL Resource
definition query.
- getColumnLabel() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getColumnMetaData() - Static method in class org.restsql.core.Factory
-
Creates new column meta data object.
- getColumnName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns column name, as it is known by the database.
- getColumnName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves actual column name from result set meta data.
- getColumnName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getColumnName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves actual column name from result set meta data.
- getColumnNumber() - Method in interface org.restsql.core.ColumnMetaData
-
Returns column number in the select clause in the SQL Resource definition query.
- getColumnNumber() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getColumnNumber() - Method in class org.restsql.core.ResponseValue
-
Returns column number in the select clause in the SQL Resource definition query.
- getColumns() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getColumns() - Method in class org.restsql.core.sqlresource.Documentation
-
Gets the value of the columns property.
- getColumns() - Method in interface org.restsql.core.TableMetaData
-
Returns map of column meta data, keyed by the column label (the alias if provided in the query, otherwise the name).
- getColumnsQuery() - Method in class org.restsql.tools.impl.AbstractResourceDefinitionGenerator
-
Hook method for implementation by db-specific classes.
- getColumnsQuery() - Method in class org.restsql.tools.impl.mysql.MySqlResourceDefinitionGenerator
-
- getColumnsQuery() - Method in class org.restsql.tools.impl.postgresql.PostgreSqlResourceDefinitionGenerator
-
- getColumnTableName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves table name from result set meta data.
- getColumnTableName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves table name from result set meta data.
- getColumnType() - Method in interface org.restsql.core.ColumnMetaData
-
Returns column type from java.sql.Types.
- getColumnType() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getColumnType(int, String) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
Method for subclasses to customize column type if desired.
- getColumnType(int, String) - Method in class org.restsql.core.impl.mysql.MySqlColumnMetaData
-
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
- getColumnTypeName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns column type name as given by the database JDBC driver.
- getColumnTypeName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getConnection(String) - Method in interface org.restsql.core.Factory.ConnectionFactory
-
- getConnection(String) - Static method in class org.restsql.core.Factory
-
Returns connection.
- getConnection(String) - Method in class org.restsql.core.impl.ConnectionFactoryImpl
-
- getConnectionFactory() - Static method in class org.restsql.core.Factory
-
Return connection factory.
- getContentType() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the contentType property.
- getCurrentAccessLog() - Method in class org.restsql.service.LogResource
-
- getCurrentErrorLog() - Method in class org.restsql.service.LogResource
-
- getCurrentInternalLog() - Method in class org.restsql.service.LogResource
-
- getCurrentTraceLog() - Method in class org.restsql.service.LogResource
-
- getCurrentValue(Connection, String) - Method in class org.restsql.core.impl.AbstractSequenceManager
-
- getCurrentValue(Connection, String) - Method in interface org.restsql.core.SequenceManager
-
Retrieves current sequence value.
- getCurrentValueSql(String) - Method in class org.restsql.core.impl.AbstractSequenceManager
-
- getCurrentValueSql(String) - Method in class org.restsql.core.impl.mysql.MySqlSequenceManager
-
- getCurrentValueSql(String) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSequenceManager
-
- getDatabase() - Method in class org.restsql.core.sqlresource.MetaData
-
Gets the value of the database property.
- getDatabaseName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns database name.
- getDatabaseName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getDatabaseName() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getDatabaseName() - Method in interface org.restsql.core.TableMetaData
-
Returns database name.
- getDefault() - Method in class org.restsql.core.sqlresource.Database
-
Gets the value of the default property.
- getDefaultDatabase(SqlResourceDefinition) - Static method in class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
Returns default database.
- getDefinition() - Method in class org.restsql.core.impl.SqlResourceImpl
-
- getDefinition() - Method in interface org.restsql.core.SqlResource
-
Returns SQL resource information defined by the user, including query, validated attributes and trigger.
- getDefinition(String, HttpServletRequest) - Method in class org.restsql.service.ConfResource
-
- getDescription() - Method in class org.restsql.core.sqlresource.DocumentationColumn
-
Gets the value of the description property.
- getDescription() - Method in class org.restsql.core.sqlresource.DocumentationResource
-
Gets the value of the description property.
- getDocumentation() - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Gets the value of the documentation property.
- getDocumentation(String, HttpServletRequest) - Method in class org.restsql.service.ConfResource
-
- getExample() - Method in class org.restsql.core.sqlresource.DocumentationExamples
-
Gets the value of the example property.
- getExamples() - Method in class org.restsql.core.sqlresource.Documentation
-
Gets the value of the examples property.
- getHeader() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the header property.
- getHeader() - Method in class org.restsql.core.sqlresource.DocumentationResponse
-
Gets the value of the header property.
- getHealthCheckRegistry() - Method in class org.restsql.service.monitoring.HealthCheckServletContextListener
-
- getHealthCheckRegistry() - Method in interface org.restsql.service.monitoring.MonitoringManager
-
- getHealthCheckRegistry() - Method in class org.restsql.service.monitoring.MonitoringManagerImpl
-
- getHttp() - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Gets the value of the http property.
- getHttpRequestAttributes(String, String, String, String, String, String) - Static method in class org.restsql.core.Factory
-
Creates HTTP request attributes.
- getHttpRequestAttributes() - Method in class org.restsql.core.impl.RequestImpl
-
- getHttpRequestAttributes() - Method in interface org.restsql.core.Request
-
Returns http request attributes.
- getHttpRequestAttributes(HttpServletRequest, String, String, String) - Static method in class org.restsql.service.HttpRequestHelper
-
Creates attributes helper object from http request with a request body.
- getImplName() - Method in class org.restsql.core.AbstractFactory.FactoryHelper
-
- getInstance() - Method in class org.restsql.core.AbstractFactory.FactoryHelper
-
- getInstance(String, String) - Static method in class org.restsql.core.AbstractFactory
-
Returns singleton instance of the interface implementation, creating it on first access in a thread safe way.
- getInterfaceName() - Method in class org.restsql.core.AbstractFactory.FactoryHelper
-
- getInValues() - Method in class org.restsql.core.RequestValue
-
Returns the In list values.
- getJoin() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getJoin() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getJoinList() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getJoinList() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getLabel() - Method in class org.restsql.core.sqlresource.DocumentationColumn
-
Gets the value of the label property.
- getLog(String) - Method in class org.restsql.service.LogResource
-
- getLogger() - Method in class org.restsql.core.impl.RequestImpl
-
- getLogger() - Method in interface org.restsql.core.Request
-
Returns request logger.
- getLogList() - Method in class org.restsql.service.LogResource
-
- getMain() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getMaxLength() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the maxLength property.
- getMaxValue() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the maxValue property.
- getMessage() - Method in exception org.restsql.core.SqlResourceException
-
- getMetaData() - Method in class org.restsql.core.impl.SqlResourceImpl
-
- getMetaData() - Method in interface org.restsql.core.SqlResource
-
Returns meta data for SQL resource.
- getMetadata() - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Gets the value of the metadata property.
- getMetadata(String, HttpServletRequest) - Method in class org.restsql.service.ConfResource
-
- getMethod() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns HTTP method.
- getMethod() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getMethod() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the method property.
- getMetricRegistry() - Method in class org.restsql.service.monitoring.MetricsServletContextListener
-
- getMetricRegistry() - Method in interface org.restsql.service.monitoring.MonitoringManager
-
- getMetricRegistry() - Method in class org.restsql.service.monitoring.MonitoringManagerImpl
-
- getMinLength() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the minLength property.
- getMinValue() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the minValue property.
- getMonitoringManager() - Static method in class org.restsql.service.monitoring.MonitoringFactory
-
Returns MonitoringManager singleton.
- getMonitoringManagerClass() - Static method in class org.restsql.service.monitoring.MonitoringFactory
-
Returns configured MonitoringManager class name.
- getName() - Method in class org.restsql.core.impl.SqlResourceImpl
-
- getName() - Method in class org.restsql.core.RequestValue
-
Returns name.
- getName() - Method in class org.restsql.core.ResponseValue
-
Returns name.
- getName() - Method in class org.restsql.core.sqlresource.DocumentationHeader
-
Gets the value of the name property.
- getName() - Method in interface org.restsql.core.SqlResource
-
Returns SQL resource name.
- getName() - Method in class org.restsql.core.sqlresource.Table
-
Gets the value of the name property.
- getName() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the name property.
- getNumberTables() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getNumberTables() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getOperator() - Method in class org.restsql.core.RequestValue
-
- getParameters() - Method in class org.restsql.core.impl.RequestImpl
-
- getParameters() - Method in interface org.restsql.core.Request
-
Returns ordered list of parameters, for example the selection filter for update request.
- getParent() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getParent() - Method in class org.restsql.core.impl.RequestImpl
-
- getParent() - Method in interface org.restsql.core.Request
-
Returns parent, if any.
- getParent() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getParentPlusExtTables() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getParentPlusExtTables() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getParentReadColumns() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getParentReadColumns() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getPassword() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the password property.
- getPreparedClause() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getPreparedMain() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getPreparedStatement() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getPreparedValues() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getPrimaryKeys() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getPrimaryKeys() - Method in interface org.restsql.core.TableMetaData
-
Returns ordered list of columns that are primary keys.
- getPrivileges() - Method in class org.restsql.security.SqlResourceRolePrivileges
-
- getProperty(String, String) - Method in class org.restsql.core.Config.ImmutableProperties
-
- getQualifiedColumnLabel() - Method in interface org.restsql.core.ColumnMetaData
-
Returns fully qualified column label in database-specific form for use in SQL statements.
- getQualifiedColumnLabel(String, String, boolean, String) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves label disambiguated for duplication.
- getQualifiedColumnLabel() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getQualifiedColumnLabel(String, String, boolean, String) - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Building the qualified column label for disambiguating duplicate labels in SQL statements.
- getQualifiedColumnLabel(String, String, boolean, String) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves qualified column label for disambiguating duplicate labels in SQL
statements.
- getQualifiedColumnName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns fully qualified column name in database-specific form for use in SQL statements.
- getQualifiedColumnName(String, String, boolean, String) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Returns fully qualified column name in database-specific form for use in SQL statements.
- getQualifiedColumnName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getQualifiedTableName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns fully qualified table name in database-specific form for use in SQL statements.
- getQualifiedTableName(Connection, String, String) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getQualifiedTableName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName(Connection, String, String) - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName(SqlResourceDefinition, ResultSetMetaData, int) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName(Connection, String, String) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves database-specific table name used in SQL statements.
- getQualifiedTableName() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getQualifiedTableName() - Method in interface org.restsql.core.TableMetaData
-
Returns fully qualified table name in database-specific form for use in SQL statements.
- getQuery() - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Gets the value of the query property.
- getRegex() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the regex property.
- getRequest(Request.Type, String, List<RequestValue>, List<RequestValue>, List<List<RequestValue>>, RequestLogger) - Static method in class org.restsql.core.Factory
-
Returns request object with pre-parsed data from the URI.
- getRequest(HttpRequestAttributes, Request.Type, String, List<RequestValue>, List<RequestValue>, List<List<RequestValue>>, RequestLogger) - Static method in class org.restsql.core.Factory
-
Returns request object with pre-parsed data from the URI.
- getRequest(HttpRequestAttributes) - Static method in class org.restsql.core.Factory
-
Builds request from URI.
- getRequest(HttpRequestAttributes) - Method in interface org.restsql.core.Factory.RequestFactory
-
- getRequest(HttpRequestAttributes, Request.Type, String, List<RequestValue>, List<RequestValue>, List<List<RequestValue>>, RequestLogger) - Method in interface org.restsql.core.Factory.RequestFactory
-
- getRequest(HttpRequestAttributes) - Method in class org.restsql.core.impl.RequestFactoryImpl
-
Builds request from URI.
- getRequest(HttpRequestAttributes, Request.Type, String, List<RequestValue>, List<RequestValue>, List<List<RequestValue>>, RequestLogger) - Method in class org.restsql.core.impl.RequestFactoryImpl
-
Returns request object with pre-parsed data from the URI.
- getRequest() - Method in class org.restsql.core.sqlresource.DocumentationExample
-
Gets the value of the request property.
- getRequestBody() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns request body, if any.
- getRequestBody() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getRequestBodyFromFormParams(MultivaluedMap<String, String>) - Static method in class org.restsql.service.HttpRequestHelper
-
Converts form params into string.
- getRequestDeserializer(String) - Static method in class org.restsql.core.Factory
-
Returns request deserializer.
- getRequestDeserializer(String) - Method in interface org.restsql.core.Factory.RequestDeserializerFactory
-
- getRequestDeserializer(String) - Method in class org.restsql.core.impl.serial.RequestDeserializerFactoryImpl
-
Returns request deserializer for media type.
- getRequestLogger() - Static method in class org.restsql.core.Factory
-
Returns request logger.
- getRequestMediaType() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns request media type.
- getRequestMediaType() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getRequestMediaType(String) - Static method in class org.restsql.core.RequestUtil
-
Returns best match for Content-Type header or the original media type if it doesn't match.
- getResIds(SqlResource, String[]) - Static method in class org.restsql.core.RequestUtil
-
Returns name-value pairs, resourceId and value, for given resource and ordered value array.
- getResource() - Method in class org.restsql.core.sqlresource.Documentation
-
Gets the value of the resource property.
- getResourceDefinitionGenerator() - Static method in class org.restsql.tools.ToolsFactory
-
Returns authorizer singleton.
- getResourceIdentifiers() - Method in class org.restsql.core.impl.RequestImpl
-
- getResourceIdentifiers() - Method in interface org.restsql.core.Request
-
Returns ordered list of primary key values for a CRUD request on a single object (row).
- getResources(UriInfo) - Method in class org.restsql.service.ConfResource
-
- getResources(UriInfo) - Method in class org.restsql.service.ResResource
-
- getResponse() - Method in class org.restsql.core.sqlresource.DocumentationExample
-
Gets the value of the response property.
- getResponse() - Method in class org.restsql.core.sqlresource.HttpConfig
-
Gets the value of the response property.
- getResponseMediaType() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns response media type.
- getResponseMediaType() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getResponseMediaType(List<RequestValue>, String, String) - Static method in class org.restsql.core.RequestUtil
-
Determines content type from parameters, and removing the output param if present.
- getResponseSerializer(String) - Static method in class org.restsql.core.Factory
-
Returns response serializer for media type.
- getResponseSerializer(String) - Method in interface org.restsql.core.Factory.ResponseSerializerFactory
-
- getResponseSerializer(String) - Method in class org.restsql.core.impl.serial.ResponseSerializerFactoryImpl
-
Returns response serializer for media type.
- getResultByLabel(ResultSet) - Method in interface org.restsql.core.ColumnMetaData
-
Returns object from result set using the column label.
- getResultByLabel(ResultSet) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getResultByLabel(ResultSet) - Method in class org.restsql.core.impl.mysql.MySqlColumnMetaData
-
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
- getResultByNumber(ResultSet) - Method in interface org.restsql.core.ColumnMetaData
-
Returns object from result set using the column number.
- getResultByNumber(ResultSet) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getResultByNumber(ResultSet) - Method in class org.restsql.core.impl.mysql.MySqlColumnMetaData
-
Compensates for the MySQL JDBC driver which returns Date object for YEAR type.
- getRole() - Method in class org.restsql.core.sqlresource.Table
-
Gets the value of the role property.
- getRoleName() - Method in class org.restsql.security.SqlResourceRolePrivileges
-
- getRowAlias() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getRowAlias() - Method in class org.restsql.core.sqlresource.Table
-
Gets the value of the rowAlias property.
- getRowAlias() - Method in interface org.restsql.core.TableMetaData
-
Returns row alias.
- getRows() - Method in class org.restsql.core.WriteResponse
-
Returns inserted results, otherwise empty (non-null).
- getRowsAffected() - Method in class org.restsql.core.WriteResponse
-
Returns number of rows affected.
- getRowSetAlias() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getRowSetAlias() - Method in class org.restsql.core.sqlresource.Table
-
Gets the value of the rowSetAlias property.
- getRowSetAlias() - Method in interface org.restsql.core.TableMetaData
-
Returns row set alias.
- getSelectLimit() - Method in class org.restsql.core.impl.RequestImpl
-
- getSelectLimit() - Method in interface org.restsql.core.Request
-
Returns select row limit, if any.
- getSelectOffset() - Method in class org.restsql.core.impl.RequestImpl
-
- getSelectOffset() - Method in interface org.restsql.core.Request
-
Returns select row offset, if any.
- getSequenceManager() - Static method in class org.restsql.core.Factory
-
Returns singleton SequenceManager.
- getSequenceName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns sequence name associated with column or null if none.
- getSequenceName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getSingletons() - Method in class org.restsql.service.RestSqlApplication
-
- getSql() - Method in class org.restsql.core.impl.RequestLoggerImpl
-
Returns list of SQL statements generated during request processing.
- getSql() - Method in interface org.restsql.core.RequestLogger
-
Returns list of SQL statements generated during request processing.
- getSql() - Method in exception org.restsql.core.SqlResourceException
-
- getSqlBuilder() - Static method in class org.restsql.core.Factory
-
Returns existing singleton SqlBuilder.
- getSqlColumnsQuery() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves sql for querying columns.
- getSqlColumnsQuery() - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Retrieves sql for querying columns.
- getSqlColumnsQuery() - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves sql for querying columns.
- getSqlMainQuery(SqlResourceDefinition, SqlBuilder) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves sql for the main query based on the definition.
- getSqlPkQuery() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Retrieves sql for querying primary keys.
- getSqlPkQuery() - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Retrieves sql for querying primary keys.
- getSqlPkQuery() - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Retrieves sql for querying primary keys.
- getSqlResource(String) - Static method in class org.restsql.core.Factory
-
Returns SQL Resource for named resource.
- getSqlResource(String) - Method in interface org.restsql.core.Factory.SqlResourceFactory
-
- getSqlResource() - Method in class org.restsql.core.impl.RequestImpl
-
- getSqlResource(String) - Method in class org.restsql.core.impl.SqlResourceFactoryImpl
-
- getSqlResource() - Method in interface org.restsql.core.Request
-
Returns SQL Resource name.
- getSqlResource() - Method in class org.restsql.security.SqlResourceRolePrivileges
-
- getSqlResourceDefinition(String) - Static method in class org.restsql.core.Factory
-
Returns definition content as input stream.
- getSqlResourceDefinition(String) - Method in interface org.restsql.core.Factory.SqlResourceFactory
-
- getSqlResourceDefinition(String) - Method in class org.restsql.core.impl.SqlResourceFactoryImpl
-
- getSqlResourceMetaData(String, SqlResourceDefinition, SqlBuilder) - Static method in class org.restsql.core.Factory
-
Returns meta data object for definition.
- getSqlResourceNames() - Static method in class org.restsql.core.Factory
-
Returns available SQL Resource names using configured SqlResourceFactory.
- getSqlResourceNames() - Method in interface org.restsql.core.Factory.SqlResourceFactory
-
- getSqlResourceNames() - Method in class org.restsql.core.impl.SqlResourceFactoryImpl
-
Returns available SQL Resource names using the configured directory.
- getSqlResourcesDir() - Static method in class org.restsql.core.Factory
-
Returns SQL resources directory using configured SqlResourceFactory.
- getSqlResourcesDir() - Method in interface org.restsql.core.Factory.SqlResourceFactory
-
- getSqlResourcesDir() - Method in class org.restsql.core.impl.SqlResourceFactoryImpl
-
Returns the configured resources directory name.
- getStatement() - Method in class org.restsql.core.SqlBuilder.SqlStruct
-
- getStatus() - Method in class org.restsql.core.sqlresource.DocumentationResponse
-
Gets the value of the status property.
- getSupportedMediaType() - Method in class org.restsql.core.impl.serial.JsonRequestDeserializer
-
- getSupportedMediaType() - Method in class org.restsql.core.impl.serial.JsonResponseSerializer
-
- getSupportedMediaType() - Method in class org.restsql.core.impl.serial.XmlRequestDeserializer
-
- getSupportedMediaType() - Method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
- getSupportedMediaType() - Method in interface org.restsql.core.RequestDeserializer
-
Returns supported media type.
- getSupportedMediaType() - Method in interface org.restsql.core.ResponseSerializer
-
Returns supported media type.
- getTable() - Method in class org.restsql.core.sqlresource.MetaData
-
Gets the value of the table property.
- getTable(SqlResourceDefinition, ColumnMetaData) - Static method in class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
Returns table object for column, ignoring case.
- getTable(SqlResourceDefinition, String) - Static method in class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
Returns table object with specified table name, ignoring case.
- getTable(SqlResourceDefinition, TableMetaData.TableRole) - Static method in class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
Returns table object with desired role.
- getTableAlias() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getTableAlias() - Method in interface org.restsql.core.TableMetaData
-
- getTableExclusionQueryClause() - Method in class org.restsql.tools.impl.AbstractResourceDefinitionGenerator
-
Returns query clause for a table name exclusion pattern.
- getTableList(SqlResourceDefinition, TableMetaData.TableRole) - Static method in class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
Returns list of table objects with specified role.
- getTableMap() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getTableMap() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getTableMetaData() - Static method in class org.restsql.core.Factory
-
Creates new table meta data object.
- getTableName() - Method in interface org.restsql.core.ColumnMetaData
-
Returns table name.
- getTableName() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getTableName() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getTableName() - Method in interface org.restsql.core.TableMetaData
-
Returns table name.
- getTableRole() - Method in interface org.restsql.core.ColumnMetaData
-
Returns role of table in the SQL Resource.
- getTableRole() - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- getTableRole() - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- getTableRole() - Method in interface org.restsql.core.TableMetaData
-
Returns role of table in the SQL Resource.
- getTables() - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
- getTables() - Method in interface org.restsql.core.SqlResourceMetaData
-
- getTriggers() - Method in class org.restsql.core.impl.SqlResourceImpl
-
- getTriggers() - Method in interface org.restsql.core.SqlResource
-
Returns triggers classes.
- getType() - Method in class org.restsql.core.impl.RequestImpl
-
- getType() - Method in interface org.restsql.core.Request
-
Returns request type.
- getType() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the type property.
- getUri() - Method in interface org.restsql.core.HttpRequestAttributes
-
Returns URI.
- getUri() - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- getUri() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the uri property.
- getUser() - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Gets the value of the user property.
- getUserPrincipal() - Method in interface org.restsql.security.SecurityContext
-
Returns a java.security.Principal object containing the name of the current authenticated user.
- getUserPrincipal() - Method in class org.restsql.service.SecurityContextAdapter
-
- getValidatedAttribute() - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Gets the value of the validatedAttribute property.
- getValidatorClass() - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Gets the value of the validatorClass property.
- getValue() - Method in class org.restsql.core.RequestValue
-
Returns value.
- getValue() - Method in class org.restsql.core.ResponseValue
-
Returns value.
- getValue() - Method in class org.restsql.core.sqlresource.DocumentationDescription
-
Gets the value of the value property.
- getValue() - Method in class org.restsql.core.sqlresource.DocumentationHeader
-
Gets the value of the value property.
- getValue() - Method in class org.restsql.core.sqlresource.Query
-
Gets the value of the value property.
- getWadl() - Method in class org.restsql.service.WadlResource
-
- getWriteTables(Request.Type, boolean) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Determines the tables to use for write, possibly substituting the parent+, child+ or join table for query tables.
- getWriteTables(Request.Type, boolean) - Method in interface org.restsql.core.SqlResourceMetaData
-
- SecurityContext - Interface in org.restsql.security
-
Provides user principal and role check method.
- SecurityContextAdapter - Class in org.restsql.service
-
Adapts JAX-RS's SecurityContext to restSQL's SecurityContext .
- SecurityContextAdapter(SecurityContext) - Constructor for class org.restsql.service.SecurityContextAdapter
-
- SecurityFactory - Class in org.restsql.security
-
Constructs security implementations.
- SecurityFactory() - Constructor for class org.restsql.security.SecurityFactory
-
- SequenceManager - Interface in org.restsql.core
-
Contains functions to manage sequences.
- serializeReadFlat(SqlResource, ResultSet) - Method in class org.restsql.core.impl.serial.JsonResponseSerializer
-
Converts flat select results to a JSON array.
- serializeReadFlat(SqlResource, ResultSet) - Method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
Converts flat select results to an XML document.
- serializeReadFlat(SqlResource, ResultSet) - Method in interface org.restsql.core.ResponseSerializer
-
Converts flat select results to a string.
- serializeReadHierarchical(SqlResource, List<Map<String, Object>>) - Method in class org.restsql.core.impl.serial.JsonResponseSerializer
-
Converts hierarchical select results to a JSON array.
- serializeReadHierarchical(SqlResource, List<Map<String, Object>>) - Method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
Converts hierarchical select results to an XML document.
- serializeReadHierarchical(SqlResource, List<Map<String, Object>>) - Method in interface org.restsql.core.ResponseSerializer
-
Converts hierarchical select results to a string.
- serializeWrite(SqlResource, WriteResponse) - Method in class org.restsql.core.impl.serial.JsonResponseSerializer
-
Converts write results to a JSON object.
- serializeWrite(SqlResource, WriteResponse) - Method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
Converts write results to an XML document.
- serializeWrite(SqlResource, WriteResponse) - Method in interface org.restsql.core.ResponseSerializer
-
Converts write response to a string.
- setAccept(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the accept property.
- setAlias(String) - Method in class org.restsql.core.sqlresource.Table
-
Sets the value of the alias property.
- setAliases(String, String, String) - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- setAliases(String, String, String) - Method in interface org.restsql.core.TableMetaData
-
Sets all the row and row set aliases.
- setAttributes(int, String, String, String, String, String, String, String, String, int, boolean) - Method in interface org.restsql.core.ColumnMetaData
-
Used for all columns declared in the SqlResource select clause.
- setAttributes(String, String, String, TableMetaData.TableRole, String, String, String, String, String) - Method in interface org.restsql.core.ColumnMetaData
-
Used for foreign key columns not declared in the SqlResource select columns.
- setAttributes(String, String, String, String, String, String) - Method in interface org.restsql.core.HttpRequestAttributes
-
Sets attributes of an HTTP request.
- setAttributes(int, String, String, String, String, String, String, String, String, int, boolean) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
Used for all columns declared in the SqlResource select clause.
- setAttributes(String, String, String, TableMetaData.TableRole, String, String, String, String, String) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
Used for foreign key columns not declared in the SqlResource select columns.
- setAttributes(String, String, String, String, String, String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setAttributes(String, String, String, TableMetaData.TableRole) - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- setAttributes(String, String, String, TableMetaData.TableRole) - Method in interface org.restsql.core.TableMetaData
-
Sets attributes.
- setBody(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the body property.
- setBody(String) - Method in class org.restsql.core.sqlresource.DocumentationResponse
-
Sets the value of the body property.
- setCacheControl(String) - Method in class org.restsql.core.sqlresource.HttpResponse
-
Sets the value of the cacheControl property.
- setClient(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setColumns(DocumentationColumns) - Method in class org.restsql.core.sqlresource.Documentation
-
Sets the value of the columns property.
- setContentType(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the contentType property.
- setDatabase(Database) - Method in class org.restsql.core.sqlresource.MetaData
-
Sets the value of the database property.
- setDefault(String) - Method in class org.restsql.core.sqlresource.Database
-
Sets the value of the default property.
- setDescription(DocumentationDescription) - Method in class org.restsql.core.sqlresource.DocumentationColumn
-
Sets the value of the description property.
- setDescription(DocumentationDescription) - Method in class org.restsql.core.sqlresource.DocumentationResource
-
Sets the value of the description property.
- setDocumentation(Documentation) - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Sets the value of the documentation property.
- setExamples(DocumentationExamples) - Method in class org.restsql.core.sqlresource.Documentation
-
Sets the value of the examples property.
- setHttp(HttpConfig) - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Sets the value of the http property.
- setHttpRequestAttributes(HttpRequestAttributes) - Method in class org.restsql.core.impl.RequestLoggerImpl
-
Sets attributes of an HTTP request.
- setHttpRequestAttributes(HttpRequestAttributes) - Method in interface org.restsql.core.RequestLogger
-
Sets attributes of an HTTP request.
- setLabel(String) - Method in class org.restsql.core.sqlresource.DocumentationColumn
-
Sets the value of the label property.
- setMaxLength(Integer) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the maxLength property.
- setMaxValue(Double) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the maxValue property.
- setMetadata(MetaData) - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Sets the value of the metadata property.
- setMethod(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setMethod(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the method property.
- setMinLength(Integer) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the minLength property.
- setMinValue(Double) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the minValue property.
- setName(String) - Method in class org.restsql.core.sqlresource.DocumentationHeader
-
Sets the value of the name property.
- setName(String) - Method in class org.restsql.core.sqlresource.Table
-
Sets the value of the name property.
- setName(String) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the name property.
- setNextValue(Connection, String, String, int, boolean) - Method in class org.restsql.core.impl.mysql.MySqlSequenceManager
-
- setNextValue(Connection, String, String, int, boolean) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSequenceManager
-
- setNextValue(Connection, String, String, int, boolean) - Method in interface org.restsql.core.SequenceManager
-
Resets sequence to desired value.
- setParameters(List<RequestValue>) - Method in class org.restsql.core.impl.RequestImpl
-
Sets parameters for request.
- setParameters(List<RequestValue>) - Method in interface org.restsql.core.Request
-
Sets parameters for request.
- setParent(Request) - Method in class org.restsql.core.impl.RequestImpl
-
- setParent(Request) - Method in interface org.restsql.core.Request
-
Sets parent request.
- setPassword(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the password property.
- setPrimaryKey(boolean) - Method in interface org.restsql.core.ColumnMetaData
-
Sets primary key.
- setPrimaryKey(boolean) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- setQuery(Query) - Method in class org.restsql.core.sqlresource.SqlResourceDefinition
-
Sets the value of the query property.
- setRegex(String) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the regex property.
- setRequest(Request) - Method in class org.restsql.core.impl.RequestLoggerImpl
-
Sets request.
- setRequest(Request) - Method in interface org.restsql.core.RequestLogger
-
Sets request.
- setRequest(DocumentationRequest) - Method in class org.restsql.core.sqlresource.DocumentationExample
-
Sets the value of the request property.
- setRequestBody(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setRequestMediaType(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setResource(DocumentationResource) - Method in class org.restsql.core.sqlresource.Documentation
-
Sets the value of the resource property.
- setResponse(DocumentationResponse) - Method in class org.restsql.core.sqlresource.DocumentationExample
-
Sets the value of the response property.
- setResponse(HttpResponse) - Method in class org.restsql.core.sqlresource.HttpConfig
-
Sets the value of the response property.
- setResponseMediaType(String) - Method in interface org.restsql.core.HttpRequestAttributes
-
Sets response media type.
- setResponseMediaType(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setRole(String) - Method in class org.restsql.core.sqlresource.Table
-
Sets the value of the role property.
- setRowAlias(String) - Method in class org.restsql.core.sqlresource.Table
-
Sets the value of the rowAlias property.
- setRowSetAlias(String) - Method in class org.restsql.core.sqlresource.Table
-
Sets the value of the rowSetAlias property.
- setSelectLimit(Integer) - Method in class org.restsql.core.impl.RequestImpl
-
- setSelectLimit(Integer) - Method in interface org.restsql.core.Request
-
Sets select limit.
- setSelectOffset(Integer) - Method in class org.restsql.core.impl.RequestImpl
-
- setSelectOffset(Integer) - Method in interface org.restsql.core.Request
-
Sets select offset.
- setSequence(boolean) - Method in interface org.restsql.core.ColumnMetaData
-
Sets true if column populated with a sequence function (auto increment).
- setSequence(boolean) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- setSequenceMetaData(ColumnMetaDataImpl, ResultSet) - Method in class org.restsql.core.impl.AbstractSqlResourceMetaData
-
Sets sequence metadata for a column with the columns query result set.
- setSequenceMetaData(ColumnMetaDataImpl, ResultSet) - Method in class org.restsql.core.impl.mysql.MySqlSqlResourceMetaData
-
Sets sequence metadata for a column with the columns query result set.
- setSequenceMetaData(ColumnMetaDataImpl, ResultSet) - Method in class org.restsql.core.impl.postgresql.PostgreSqlSqlResourceMetaData
-
Sets sequence metadata for a column with the columns query result set.
- setSequenceName(String) - Method in interface org.restsql.core.ColumnMetaData
-
Sets sequence name.
- setSequenceName(String) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- setStatus(Integer) - Method in class org.restsql.core.sqlresource.DocumentationResponse
-
Sets the value of the status property.
- setTableAlias(String) - Method in class org.restsql.core.impl.TableMetaDataImpl
-
- setTableAlias(String) - Method in interface org.restsql.core.TableMetaData
-
- setTableRole(TableMetaData.TableRole) - Method in interface org.restsql.core.ColumnMetaData
-
Sets table role.
- setTableRole(TableMetaData.TableRole) - Method in class org.restsql.core.impl.ColumnMetaDataImpl
-
- setType(String) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the type property.
- setUri(String) - Method in class org.restsql.core.impl.HttpRequestAttributesImpl
-
- setUri(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the uri property.
- setUser(String) - Method in class org.restsql.core.sqlresource.DocumentationRequest
-
Sets the value of the user property.
- setUseXmlDirective(boolean) - Static method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
Overrides configuration.
- setUseXmlSchema(boolean) - Static method in class org.restsql.core.impl.serial.XmlResponseSerializer
-
Overrides configuration.
- setValidatorClass(String) - Method in class org.restsql.core.sqlresource.ValidatedAttribute
-
Sets the value of the validatorClass property.
- setValue(Object) - Method in class org.restsql.core.RequestValue
-
Sets value.
- setValue(String) - Method in class org.restsql.core.sqlresource.DocumentationDescription
-
Sets the value of the value property.
- setValue(String) - Method in class org.restsql.core.sqlresource.DocumentationHeader
-
Sets the value of the value property.
- setValue(String) - Method in class org.restsql.core.sqlresource.Query
-
Sets the value of the value property.
- SqlBuilder - Interface in org.restsql.core
-
Builds SQL for an operation on a SQL Resource.
- SqlBuilder.SqlStruct - Class in org.restsql.core
-
Helper struct for building SQL.
- SqlBuilder.SqlStruct(int, int) - Constructor for class org.restsql.core.SqlBuilder.SqlStruct
-
- SqlBuilder.SqlStruct(int, int, boolean) - Constructor for class org.restsql.core.SqlBuilder.SqlStruct
-
- SqlResource - Interface in org.restsql.core
-
Represents an SQL Resource, a queryable and updatable database "view".
- SqlResourceDefinition - Class in org.restsql.core.sqlresource
-
Java class for SqlResource complex type.
- SqlResourceDefinition() - Constructor for class org.restsql.core.sqlresource.SqlResourceDefinition
-
- SqlResourceDefinitionUtils - Class in org.restsql.core.sqlresource
-
Contains utilities to process definitions.
- SqlResourceDefinitionUtils() - Constructor for class org.restsql.core.sqlresource.SqlResourceDefinitionUtils
-
- SqlResourceException - Exception in org.restsql.core
-
Represents a restSQL error, typically wrapping an SQLException and adding an SQL String.
- SqlResourceException(String) - Constructor for exception org.restsql.core.SqlResourceException
-
- SqlResourceException(Throwable) - Constructor for exception org.restsql.core.SqlResourceException
-
- SqlResourceException(Throwable, String) - Constructor for exception org.restsql.core.SqlResourceException
-
- SqlResourceException(String, String) - Constructor for exception org.restsql.core.SqlResourceException
-
- SqlResourceFactoryImpl - Class in org.restsql.core.impl
-
Manages SQL Resource construction.
- SqlResourceFactoryImpl() - Constructor for class org.restsql.core.impl.SqlResourceFactoryImpl
-
- SqlResourceImpl - Class in org.restsql.core.impl
-
Represents a SQL Resource, a queryable and updatable database "view".
- SqlResourceImpl(String, SqlResourceDefinition, SqlResourceMetaData, SqlBuilder, List<Trigger>) - Constructor for class org.restsql.core.impl.SqlResourceImpl
-
- SqlResourceMetaData - Interface in org.restsql.core
-
Represents meta data for sql resource.
- SqlResourceRolePrivileges - Class in org.restsql.security
-
Models actions available to a role on SQL Resource.
- SqlResourceRolePrivileges(String, List<SqlResourceRolePrivileges.Privilege>, String) - Constructor for class org.restsql.security.SqlResourceRolePrivileges
-
- SqlResourceRolePrivileges.Privilege - Enum in org.restsql.security
-
- status - Variable in class org.restsql.core.sqlresource.DocumentationResponse
-
- stripOperatorFromValue(RequestValue.Operator, Object) - Static method in class org.restsql.core.RequestValue
-
Returns value without leading operator.