Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryToDataSourceSQLQueryAdapter |
Modifier and Type | Method and Description |
---|---|
DataSourceSQLQuery |
DataSourceIdsQuery.getAsSQLQuery()
Gets the prepared SQL representation of this ids query.
DataSourceQuery.supportsAsSQLQuery() return value should be checked before calling this
method otherwise an UnsupportedOperationException will be thrown if the operation is
not supported. |
DataSourceSQLQuery |
DataSourceQueryImpl.getAsSQLQuery() |
DataSourceSQLQuery |
DataSourceIdsQueryImpl.getAsSQLQuery() |
DataSourceSQLQuery |
DataSourceIdQueryImpl.getAsSQLQuery() |
DataSourceSQLQuery |
DataSourceQuery.getAsSQLQuery()
Gets the prepared SQL representation of this query.
DataSourceQuery.supportsAsSQLQuery() return value should be checked before calling this
method otherwise an UnsupportedOperationException will be thrown if the operation is
not supported. |
Copyright © GigaSpaces.