|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.control.JdbcControl.SQLFragment
SQLFragment.
Field Summary | |
protected List |
parameters
|
protected CharSequence |
sql
|
Constructor Summary | |
JdbcControl.SQLFragment()
Create a new SQLFragment. |
|
JdbcControl.SQLFragment(String sql,
JdbcControl.SQLParameter[] parameters)
Create a new SQLFragment with the specified SQL and parameter list. |
Method Summary | |
JdbcControl.SQLParameter[] |
getParameters()
Get the parameters contained within this fragment. |
String |
getSQL()
Get the SQL of this fragment. |
String |
toString()
Get the SQL string contained within this fragment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected List parameters
protected CharSequence sql
Constructor Detail |
public JdbcControl.SQLFragment()
public JdbcControl.SQLFragment(String sql, JdbcControl.SQLParameter[] parameters)
sql
- SQL contents of the fragment.parameters
- Substitution parameters.Method Detail |
public JdbcControl.SQLParameter[] getParameters()
public String getSQL()
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |