BEA Systems, Inc.

C D E G I L M P Q S T

C

CacheRemote - interface com.bea.ldi.cache.ejb.CacheRemote.
This interface is the Remote interface for the cache EJB.
CacheRemoteHome - interface com.bea.ldi.cache.ejb.CacheRemoteHome.
The Home interface for cache
close() - Method in interface com.bea.ldi.server.common.QueryResult
This method releases internal resources immediatelly, instead of waiting for them to be released automatically by the garbage collector.
com.bea.ldi.cache.ejb - package com.bea.ldi.cache.ejb
 
com.bea.ldi.server - package com.bea.ldi.server
 
com.bea.ldi.server.common - package com.bea.ldi.server.common
 
COMPILE_ONLY - Static variable in class com.bea.ldi.server.common.QueryAttributes
If set to "true" query will only be compiled by the server (without execution)
create() - Method in interface com.bea.ldi.cache.ejb.CacheRemoteHome
 
create() - Method in interface com.bea.ldi.server.QueryHome
This method corresponds to the ejbCreate method in the bean "QueryBean.java".

D

DataAccessInfo - interface com.bea.ldi.server.common.DataAccessInfo.
A name-based directory of metadata relating to the data access points used by the query.
DataAccessPointInfo - interface com.bea.ldi.server.common.DataAccessPointInfo.
Provides access to meta-information related to a data access point used by the query.
DefaultDataAccessInfo - class com.bea.ldi.server.common.DefaultDataAccessInfo.
 
DefaultDataAccessInfo(Map) - Constructor for class com.bea.ldi.server.common.DefaultDataAccessInfo
 
DefaultDataAccessPointInfo - class com.bea.ldi.server.common.DefaultDataAccessPointInfo.
 
DefaultDataAccessPointInfo(String, String, long, long) - Constructor for class com.bea.ldi.server.common.DefaultDataAccessPointInfo
 

E

execute(String) - Method in interface com.bea.ldi.server.Query
Executes an ad hoc query.
execute(String, QueryParameters) - Method in interface com.bea.ldi.server.Query
Executes a parameterized ad hoc query.
execute(String, QueryParameters, QueryAttributes) - Method in interface com.bea.ldi.server.Query
Executes a parameterized ad hoc query allowing to specify query attributes
executeStored(String) - Method in interface com.bea.ldi.server.Query
Executes a stored query.
executeStored(String, QueryParameters) - Method in interface com.bea.ldi.server.Query
Executes a parameterized stored query.
executeStored(String, QueryParameters, QueryAttributes) - Method in interface com.bea.ldi.server.Query
Executes a parameterized stored query allowing to specify query attributes.

G

GET_LATEST_RESULT - Static variable in class com.bea.ldi.server.common.QueryAttributes
If set to 'true' the query result cache is bypassed and the result is (re)computed by the query engine.
GET_PLAN - Static variable in class com.bea.ldi.server.common.QueryAttributes
Specifies whether query result metadata will contain query execution plan (if set to "true") or not
getAttribute(String) - Method in class com.bea.ldi.server.common.QueryAttributes
 
getAttributes() - Method in class com.bea.ldi.server.common.QueryAttributes
 
getDataAccessInfo() - Method in interface com.bea.ldi.server.common.QueryResultMetaData
 
getDataAccessPointInfo(String) - Method in class com.bea.ldi.server.common.DefaultDataAccessInfo
Retrieves meta-information relating to the specified data access point.
getDataAccessPointInfo(String) - Method in interface com.bea.ldi.server.common.DataAccessInfo
Retrieves meta-information relating to the specified data access point.
getDataAccessPointNames() - Method in class com.bea.ldi.server.common.DefaultDataAccessInfo
 
getDataAccessPointNames() - Method in interface com.bea.ldi.server.common.DataAccessInfo
 
getDataRetrievalTime() - Method in class com.bea.ldi.server.common.DefaultDataAccessPointInfo
The amount of time (in ms) spent in retrieving the data.
getDataRetrievalTime() - Method in interface com.bea.ldi.server.common.DataAccessPointInfo
The amount of time (in ms) spent in retrieving the data.
getDocument() - Method in interface com.bea.ldi.server.common.QueryResult
Returns the result of query execution as a DOM Document.
getInvocationCount() - Method in class com.bea.ldi.server.common.DefaultDataAccessPointInfo
The number of times the statement, call or parser was invoked.
getInvocationCount() - Method in interface com.bea.ldi.server.common.DataAccessPointInfo
The number of times the statement, call or parser was invoked.
getMetaData() - Method in interface com.bea.ldi.server.common.QueryResult
 
getName() - Method in class com.bea.ldi.server.common.DefaultDataAccessPointInfo
 
getName() - Method in interface com.bea.ldi.server.common.DataAccessPointInfo
 
getParameters() - Method in class com.bea.ldi.server.common.QueryParameters
 
getPlan() - Method in interface com.bea.ldi.server.common.QueryResultMetaData
 
getStatement() - Method in class com.bea.ldi.server.common.DefaultDataAccessPointInfo
 
getStatement() - Method in interface com.bea.ldi.server.common.DataAccessPointInfo
 
getStatistics() - Method in interface com.bea.ldi.server.common.QueryResultMetaData
Returns query execution statistics such as compilation time, execution time.
getStoredQueryMetaData() - Method in interface com.bea.ldi.server.Query
It allows the caller to obtain a handle that can be used to obtain meta information about stored queries (e.g.

I

isEmpty() - Method in interface com.bea.ldi.server.common.QueryResult
Checks whether the query result is empty.

L

LARGE_DATA - Static variable in class com.bea.ldi.server.common.QueryAttributes
If this attribute is set to true the query will run in "large-data" mode
listAllStoredQueryNames() - Method in interface com.bea.ldi.server.common.StoredQueryMetaData
It allows a caller to retrieve the names of all the stored queries in the repository that have been configured with the LDS and are accessible to the current user for reading (i.e.
listComplexParamTypeSchemas(QName[]) - Method in interface com.bea.ldi.server.common.StoredQueryMetaData
It allows a caller to retrieve the contents of complex parameter types of a set of stored queries.
listReturnTypeSchemas(String[]) - Method in interface com.bea.ldi.server.common.StoredQueryMetaData
It allows a caller to retrieve the contents of return types of a set of stored queries.
listStoredQueryBodies(String[]) - Method in interface com.bea.ldi.server.common.StoredQueryMetaData
It allows a caller to retrieve the contents of a set of stored queries.
listStoredQueryInfo(String[]) - Method in interface com.bea.ldi.server.common.StoredQueryMetaData
It allows a caller to retrieve meta data info of a set of stored queries.

M

MetaDataException - exception com.bea.ldi.server.common.MetaDataException.
Encapsulates all types of problems that may be encountered during query metadata processing.

P

planIsCached() - Method in interface com.bea.ldi.server.common.QueryResultMetaData
 
print(Writer, boolean) - Method in interface com.bea.ldi.server.common.QueryResult
Prints the query result to the specified output as XML.
printWithFormat(Writer, boolean) - Method in interface com.bea.ldi.server.common.QueryResult
Prints the query result to the specified output as XML.
purgeCache() - Method in interface com.bea.ldi.cache.ejb.CacheRemote
clears the Cache's datasource, irrespective of the TTL
purgeCache(String) - Method in interface com.bea.ldi.cache.ejb.CacheRemote
Clear from cache's data store all the instances of a given query name
purgeCache(String, QueryParameters) - Method in interface com.bea.ldi.cache.ejb.CacheRemote
remove from the cache's data store the specific instance identified via queryName and its parameters
putAttributes(Map) - Method in class com.bea.ldi.server.common.QueryAttributes
Ovewrites the attributes of this instance with the values of the valid query attributes specified in the map.

Q

Query - interface com.bea.ldi.server.Query.
This is the remote interface of the QueryBean.
QueryAttributes - class com.bea.ldi.server.common.QueryAttributes.
This class provides place for setting query construction and execution attributes.
QueryAttributes() - Constructor for class com.bea.ldi.server.common.QueryAttributes
Creates new instance with the default values
QueryAttributes(Map) - Constructor for class com.bea.ldi.server.common.QueryAttributes
Internal copying constructor.
QueryAttributes(QueryAttributes) - Constructor for class com.bea.ldi.server.common.QueryAttributes
Copying constructor.
QueryHome - interface com.bea.ldi.server.QueryHome.
This interface is the home interface for the QueryBean.
QueryParameters - class com.bea.ldi.server.common.QueryParameters.
This class provides place for storing query execution parameters.
QueryParameters() - Constructor for class com.bea.ldi.server.common.QueryParameters
Creates new instance with no parameters
QueryParameters(Map) - Constructor for class com.bea.ldi.server.common.QueryParameters
Creates new instance and copies parameters from specified map.
QueryParameters(QueryParameters) - Constructor for class com.bea.ldi.server.common.QueryParameters
Creates new instance and copies parameters from specified queryParameters
QueryResult - interface com.bea.ldi.server.common.QueryResult.
Result of the query execution
QueryResultException - exception com.bea.ldi.server.common.QueryResultException.
Encapsulates all types of problems that may be encountered during query result processing.
QueryResultMetaData - interface com.bea.ldi.server.common.QueryResultMetaData.
An object that can be used to get information about query execution and query result.

S

serialVersionUID - Static variable in interface com.bea.ldi.server.common.QueryResult
Serialization Version UID.
setAttribute(String, Object) - Method in class com.bea.ldi.server.common.QueryAttributes
Sets the value of an attribute.
setBoolean(String, boolean) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a boolean value
setByte(String, byte) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a byte value
setCalendar(String, Calendar) - Method in class com.bea.ldi.server.common.QueryParameters
Deprecated. Use setDateTime(String, Calendar) instead.
setDate(String, Date) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a java.sql.Date value
setDateTime(String, Calendar) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a java.util.Calendar value
setDateTime(String, Timestamp) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a java.sql.Timestamp value
setDecimal(String, BigDecimal) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a java.math.BigDecimal value
setDouble(String, double) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a double value
setFloat(String, float) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a float value
setInt(String, int) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to an integer value
setInteger(String, BigInteger) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to an java.math.BigInteger value
setLong(String, long) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a long value
setObject(String, Object) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to an object instance The object type should be one of the supported parameter types.
setShort(String, short) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a short value
setString(String, String) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a string value
setTime(String, Time) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated parameter to a java.sql.Time value
setTimestamp(String, Timestamp) - Method in class com.bea.ldi.server.common.QueryParameters
Deprecated. Use setDateTime(String, Timestamp) instead.
setXMLData(String, String) - Method in class com.bea.ldi.server.common.QueryParameters
Sets the designated complex parameter to an XML element.
StoredQueryMetaData - interface com.bea.ldi.server.common.StoredQueryMetaData.
This interface models the calls that make the stored query metadata information available to the clients.

T

TIME_TO_EXECUTE - Static variable in interface com.bea.ldi.server.common.QueryResultMetaData
Name of the statistical attribute that contains query execution time on the server
TIME_TO_PREPARE - Static variable in interface com.bea.ldi.server.common.QueryResultMetaData
Name of the statistical attribute that contains query preparation time (compilation time for adhoc queries, plan cloning for stored queries)
toXML() - Method in interface com.bea.ldi.server.common.QueryResult
 

C D E G I L M P Q S T
BEA Systems, Inc.

Documentation is available at
http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs81