DODS 6.5 API
A B C D E F G H I J K L M N O P Q R S T U V W X _

Q

QUERY_CACAHE_IMPL_CLASS - Static variable in interface org.enhydra.dods.CommonConstants
ConnectionFactory class parameter name
QUERY_CACHE_STATISTICS - Static variable in interface org.enhydra.dods.statistics.Statistics
When there are both data object and query caches, statistics is QUERY_CACHE_STATISTICS (contains information about tables, data object and query caches).
QUERY_CACHING - Static variable in interface org.enhydra.dods.cache.CacheConstants
Beside data object (or DataStruct object) cache, which is enabled, at least one of simple and complex query caches is enabled.
QUERY_TIME_LIMIT - Static variable in interface org.enhydra.dods.CommonConstants
QueryTimeLimit parameter name
Query - interface com.lutris.appserver.server.sql.Query.
Interface that must be implemented by objects accessed by DBQuery.
QueryBuilder - class com.lutris.dods.builder.generator.query.QueryBuilder.
 
QueryBuilder(Vector) - Constructor for class com.lutris.dods.builder.generator.query.QueryBuilder
Construct a QueryBuilder object that will return specified fields of a table.
QueryBuilder(RDBColumn[]) - Constructor for class com.lutris.dods.builder.generator.query.QueryBuilder
Construct a QueryBuilder object that will return specified fields of a table.
QueryBuilder() - Constructor for class com.lutris.dods.builder.generator.query.QueryBuilder
Construct a QueryBuilder object.
QueryBuilder(String) - Constructor for class com.lutris.dods.builder.generator.query.QueryBuilder
Construct a QueryBuilder object that will return all fields of a table.
QueryBuilder(String, String) - Constructor for class com.lutris.dods.builder.generator.query.QueryBuilder
Construct a QueryBuilder object that will return specified fields of a table.
QueryCache - class org.enhydra.dods.cache.QueryCache.
This abstract class contains data and mechanisms needed for caching data objects (or DataStruct objects) and queries and provides cache configuration and administration.
QueryCache() - Constructor for class org.enhydra.dods.cache.QueryCache
 
QueryCacheImpl - class org.enhydra.dods.cache.QueryCacheImpl.
This class contains data and mechanisms needed for caching data objects (or DataStruct objects) and queries and provides cache configuration and administration.
QueryCacheImpl(int) - Constructor for class org.enhydra.dods.cache.QueryCacheImpl
Constructor(int).
QueryCacheImpl() - Constructor for class org.enhydra.dods.cache.QueryCacheImpl
Constructor().
QueryCacheItem - interface org.enhydra.dods.cache.QueryCacheItem.
This interface stores one query and its necessary data, for query array.
QueryCacheItemImpl - class org.enhydra.dods.cache.QueryCacheItemImpl.
This class stores one query and its necessary data, for query array.
QueryCacheItemImpl(String) - Constructor for class org.enhydra.dods.cache.QueryCacheItemImpl
Constructor (String).
QueryCacheItemImpl(String, HashMap, int, ArrayList, String) - Constructor for class org.enhydra.dods.cache.QueryCacheItemImpl
Constructor (String, LinkedHashSet, int, ArrayList, String).
QueryException - exception com.lutris.dods.builder.generator.query.QueryException.
QueryException is thrown by QueryBuilder.getNextRow and getRows methods when the database query could not be performed.
QueryException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.QueryException
 
QueryException(String) - Constructor for class com.lutris.dods.builder.generator.query.QueryException
 
QueryResult - class org.enhydra.dods.cache.QueryResult.
This class stores results of one query.
QueryResult() - Constructor for class org.enhydra.dods.cache.QueryResult
Constructor().
query(Query) - Method in interface com.lutris.appserver.server.sql.DBQuery
Query the database.
query(Query) - Method in class com.lutris.appserver.server.sql.standard.StandardDBQuery
Query the database.
queryByOIdNum - Variable in class org.enhydra.dods.statistics.TableStatistics
Total number of queries by oid performed on the table.
queryId - Variable in class org.enhydra.dods.cache.QueryCacheItemImpl
Query id: String "query_database_name.String_presentation_of_query".
queryNum - Variable in class org.enhydra.dods.statistics.TableStatistics
Total number of non-oid queries performed on the table.
queryTimeOut - Variable in class com.lutris.appserver.server.sql.datasource.DataSourceConnectionAllocator
Maximum amount of time in seconds to block on a query.
queryTimeOut - Variable in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceConnectionAllocator
Maximum amount of time in seconds to block on a query.
queryTimeOut - Variable in class com.lutris.appserver.server.sql.standard.SimpleConnectionAllocator
Maximum amount of time in seconds to block on a query.
queryTimeOut - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Maximum amount of time in seconds to block on a query.

DODS 6.5 API
A B C D E F G H I J K L M N O P Q R S T U V W X _