Uses of Class
org.apache.manifoldcf.core.interfaces.ResultSpecification
-
Packages that use ResultSpecification Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.interfaces -
-
Uses of ResultSpecification in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as ResultSpecification Modifier and Type Field Description protected ResultSpecificationDatabase.ExecuteQueryThread. specprotected ResultSpecificationQueryDescription. specMethods in org.apache.manifoldcf.core.database that return ResultSpecification Modifier and Type Method Description ResultSpecificationQueryDescription. getResultSpecification()Methods in org.apache.manifoldcf.core.database with parameters of type ResultSpecification Modifier and Type Method Description protected IResultSetDatabase. execute(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Run a query.IResultSetDatabase. executeQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, StringSet invalidateKeys, java.lang.String queryClass, boolean needResult, int maxReturn, ResultSpecification spec, ILimitChecker returnLimits)Execute arbitrary database query, and optionally cache the result.protected IResultSetDatabase. executeUncachedQuery(java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)This method does NOT appear in any interface; it is here to service the cache object.protected IResultSetDatabase. executeViaThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Do query execution via a subthread, so the primary thread can be interruptedprotected IResultSetDatabase. getData(java.sql.ResultSet rs, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.Constructors in org.apache.manifoldcf.core.database with parameters of type ResultSpecification Constructor Description ExecuteQueryThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)QueryDescription(java.lang.String databaseName, java.lang.String query, java.util.List parameters, java.lang.String cacheClassName, StringSet cacheKeys, int maxReturn, ResultSpecification spec, ILimitChecker returnLimit) -
Uses of ResultSpecification in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces with parameters of type ResultSpecification Modifier and Type Method Description IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.
-