Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.queryframework
Class SQLCall

java.lang.Object
  extended byoracle.toplink.internal.databaseaccess.DatabaseCall
      extended byoracle.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()

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.