BEA Systems, Inc.

C E G I L P Q S T

C

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.server - package com.bea.ldi.server
 
com.bea.ldi.server.common - package com.bea.ldi.server.common
 
create() - Method in interface com.bea.ldi.server.QueryHome
This method corresponds to the ejbCreate method in the bean "QueryBean.java".

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

getAttribute(String) - Method in class com.bea.ldi.server.common.QueryAttributes
 
getAttributes() - Method in class com.bea.ldi.server.common.QueryAttributes
 
getDocument() - Method in interface com.bea.ldi.server.common.QueryResult
Returns the result of query execution as a DOM Document.
getMetaData() - Method in interface com.bea.ldi.server.common.QueryResult
 
getParameters() - Method in class com.bea.ldi.server.common.QueryParameters
 
getStatistics() - Method in interface com.bea.ldi.server.common.QueryResultMetaData
Returns query execution statistics such as compilation time, execution time.

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

P

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.
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.

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 E G I L P Q S T
BEA Systems, Inc.

Documentation is available at
http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs11/index.htm