Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.queryframework
Class SQLCall

java.lang.Object
  |
  +--oracle.toplink.internal.databaseaccess.DatabaseCall
        |
        +--oracle.toplink.queryframework.SQLCall
All Implemented Interfaces:
Call, java.lang.Cloneable, oracle.toplink.internal.helper.FalseUndefinedTrue, java.io.Serializable

public class SQLCall
extends oracle.toplink.internal.databaseaccess.DatabaseCall

Purpose: Used as an abstraction of an SQL call. A call is an SQL string with parameters.

See Also:
Serialized Form

Constructor Summary
SQLCall()
          PUBLIC: Create a new SQL call.
SQLCall(java.lang.String sqlString)
          PUBLIC: Create a new SQL call.

 

Method Summary
 java.lang.String getSQLString()
          PUBLIC: Return the SQL string.
 boolean isSQLCall()
           
 void setSQLString(java.lang.String sqlString)
          PUBLIC: Set the SQL string.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SQLCall

public SQLCall()
PUBLIC: Create a new SQL call.

SQLCall

public SQLCall(java.lang.String sqlString)
PUBLIC: Create a new SQL call.
Method Detail

getSQLString

public java.lang.String getSQLString()
PUBLIC: Return the SQL string.
Specified by:
getSQLString in class oracle.toplink.internal.databaseaccess.DatabaseCall

isSQLCall

public boolean isSQLCall()
Overrides:
isSQLCall in class oracle.toplink.internal.databaseaccess.DatabaseCall

setSQLString

public void setSQLString(java.lang.String sqlString)
PUBLIC: Set the SQL string.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright © 2003 Oracle Corporation. All Rights Reserved.