Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.ejb
Interface PreparedQuery

All Superinterfaces:
QueryProperties

public interface PreparedQuery
extends QueryProperties

Field Summary

 

Fields inherited from interface weblogic.ejb.QueryProperties
TX_MANDATORY, TX_REQUIRED, TX_REQUIRES_NEW

 

Method Summary
abstract  ResultSet execute()
          Executes the specified query.
abstract  Collection find()
          Executes the specified query.
abstract  String getEjbql()
           
abstract  void setBigDecimal(int index, BigDecimal value)
           
abstract  void setBigInteger(int index, BigInteger value)
           
abstract  void setBinary(int index, byte[] value)
           
abstract  void setBoolean(int index, boolean value)
           
abstract  void setByte(int index, byte value)
           
abstract  void setCalender(int index, Calendar value)
           
abstract  void setCharacter(int index, char value)
           
abstract  void setDate(int index, Date value)
           
abstract  void setDate(int index, Date value)
           
abstract  void setDouble(int index, double value)
           
abstract  void setFloat(int index, float value)
           
abstract  void setInt(int index, int value)
           
abstract  void setLong(int index, long value)
           
abstract  void setObject(int index, Object value)
           
abstract  void setShort(int index, short value)
           
abstract  void setString(int index, String value)
           
abstract  void setTime(int index, Date value)
           
abstract  void setTime(int index, Time value)
           
abstract  void setTimestamp(int index, Date value)
           
abstract  void setTimestamp(int index, Timestamp value)
           

 

Methods inherited from interface weblogic.ejb.QueryProperties
getEnableQueryCaching, getIncludeUpdates, getMaxElements, getTransaction, isResultTypeRemote, setEnableQueryCaching, setIncludeUpdates, setMaxElements, setResultTypeRemote, setTransaction

 

Method Detail

find

Collection find()
                throws FinderException
Executes the specified query.
Throws:
FinderException

execute

ResultSet execute()
                  throws FinderException
Executes the specified query.
Throws:
FinderException

getEjbql

String getEjbql()

setString

void setString(int index,
               String value)

setBigDecimal

void setBigDecimal(int index,
                   BigDecimal value)

setBigInteger

void setBigInteger(int index,
                   BigInteger value)

setBinary

void setBinary(int index,
               byte[] value)

setBoolean

void setBoolean(int index,
                boolean value)

setByte

void setByte(int index,
             byte value)

setCharacter

void setCharacter(int index,
                  char value)

setShort

void setShort(int index,
              short value)

setInt

void setInt(int index,
            int value)

setLong

void setLong(int index,
             long value)

setFloat

void setFloat(int index,
              float value)

setDouble

void setDouble(int index,
               double value)

setDate

void setDate(int index,
             Date value)

setDate

void setDate(int index,
             Date value)

setTime

void setTime(int index,
             Time value)

setTime

void setTime(int index,
             Date value)

setTimestamp

void setTimestamp(int index,
                  Timestamp value)

setTimestamp

void setTimestamp(int index,
                  Date value)

setCalender

void setCalender(int index,
                 Calendar value)

setObject

void setObject(int index,
               Object value)

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09