B C D E F G I J M O P R S T

B

BeanUtil - class oracle.jsp.dbutil.BeanUtil.
 

C

CALL_STMT - Static variable in class oracle.jsp.dbutil.CursorBean
 
close() - Method in class oracle.jsp.dbutil.ConnBean
Close the database connection and any opened cursors.
close() - Method in class oracle.jsp.dbutil.CursorBean
Close the cursor.
close() - Method in class oracle.jsp.dbutil.DBBean
Close the database connection and any opened cursors.
CONCUR_READ_ONLY - Static variable in class oracle.jsp.dbutil.CursorBean
 
CONCUR_UPDATABLE - Static variable in class oracle.jsp.dbutil.CursorBean
 
ConnBean - class oracle.jsp.dbutil.ConnBean.
A Bean to open a database connection.
ConnBean() - Constructor for class oracle.jsp.dbutil.ConnBean
 
ConnCacheBean - class oracle.jsp.dbutil.ConnCacheBean.
Bean for Connection Cache based in Oracle JDBC 2.0 Connection Caching User - user name for connection Password password for connection URL URL for database connection MaxLimit Set the maximum no of connections for the Cache MinLimit Set the minimum no of connections for the Cache CacheScheme Set the Cache Scheme Possible values for Scheme are : DYNAMIC_SCHEME FIXED_WAIT_SCHEME FIXED_RETURN_NULL_SCHEME
ConnCacheBean() - Constructor for class oracle.jsp.dbutil.ConnCacheBean
 
connect() - Method in class oracle.jsp.dbutil.ConnBean
Establish a database connection with the user name, password and URL set before.
connect() - Method in class oracle.jsp.dbutil.DBBean
Establish a database connection with the given user name, password and URL.
create() - Method in class oracle.jsp.dbutil.CursorBean
Create a cursor for Queries
create(ConnBean) - Method in class oracle.jsp.dbutil.CursorBean
Create a cursor for Queries
create(ConnBean, int, String) - Method in class oracle.jsp.dbutil.CursorBean
Create a cursor with the given type and sql string on a given connection.
create(int, String) - Method in class oracle.jsp.dbutil.CursorBean
Create a cursor with the given type and sql string on a connection set before.
CursorBean - class oracle.jsp.dbutil.CursorBean.
A general purpose cursor bean.
CursorBean() - Constructor for class oracle.jsp.dbutil.CursorBean
 

D

DBBean - class oracle.jsp.dbutil.DBBean.
A very simple bean that provides access to the database and execute queries (only, not DML or DDL).
DBBean() - Constructor for class oracle.jsp.dbutil.DBBean
Default Constructor
DYNAMIC_SCHEME - Static variable in class oracle.jsp.dbutil.ConnCacheBean
 

E

equals(boolean) - Method in class oracle.jsp.jml.JmlBoolean
Tests whether the beans's value property is equal to boolean.
equals(double) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to double.
equals(int) - Method in class oracle.jsp.jml.JmlNumber
Tests whether the beans's value property is equal to int.
equals(JmlString) - Method in class oracle.jsp.jml.JmlString
Tests whether the beans's value property is equal to the JmlString.
equals(String) - Method in class oracle.jsp.jml.JmlString
Tests whether the beans's value property is equal to the java.lang.String.
execute() - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement and return the status.
execute(String) - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement with the given sql.
executeQuery() - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement and return the ResultSet.
executeQuery(String) - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement with the given Sql.
executeUpdate() - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement and return the no of rows affected.
executeUpdate(String) - Method in class oracle.jsp.dbutil.CursorBean
Execute the Statement with the given Sql.

F

FALSE - Static variable in class oracle.jsp.jml.JmlBoolean
The JmlBoolean object corresponding to the primitive value false.
FIXED_RETURN_NULL_SCHEME - Static variable in class oracle.jsp.dbutil.ConnCacheBean
 
FIXED_WAIT_SCHEME - Static variable in class oracle.jsp.dbutil.ConnCacheBean
 

G

getApplication() - Method in class oracle.jsp.event.JspScopeEvent
Returns the JSP application (ServletContext) that this object is running in.
getARRAY(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getAsciiStream(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBFILE(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBigDecimal(int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBinaryStream(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBLOB(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBoolean(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getByte(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getBytes(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getCHAR(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getCLOB(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getConnection() - Method in class oracle.jsp.dbutil.ConnBean
Get the underlying connection object.
getContainer() - Method in class oracle.jsp.event.JspScopeEvent
Returns the JSP object that manages this scope.
getCursor(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getCursorBean(int, String) - Method in class oracle.jsp.dbutil.ConnBean
Creates a cursor and returns a CursorBean.
getCustomDatum(int, CustomDatumFactory) - Method in class oracle.jsp.dbutil.CursorBean
 
getDate(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getDATE(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getDouble(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getExecuteBatch() - Method in class oracle.jsp.dbutil.ConnBean
Get the execute batch size for this connection bean.
getExecuteBatch() - Method in class oracle.jsp.dbutil.CursorBean
Get the execute batch size for this cursor bean.
getFloat(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getInt(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getJDBCConnection() - Method in class oracle.jsp.dbutil.CursorBean
Get the underlying connection object.
getLong(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getName() - Method in class oracle.jsp.event.JspScopeEvent
Returns the attribute name that the object being notified is registered with.
getNUMBER(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getObject(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getOracleObject(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getPassword() - Method in class oracle.jsp.dbutil.ConnBean
Get the password for this connection bean.
getPassword() - Method in class oracle.jsp.dbutil.DBBean
Get the password for this data access bean.
getPreFetch() - Method in class oracle.jsp.dbutil.ConnBean
Get the Row prefetch size for this connection bean.
getPreFetch() - Method in class oracle.jsp.dbutil.CursorBean
Get the Row prefetch size for this cursor bean.
getQueryTimeout() - Method in class oracle.jsp.dbutil.CursorBean
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRAW(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getREF(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getResultAsHTMLTable() - Method in class oracle.jsp.dbutil.CursorBean
Execute the Sql and return the result as a HTM Table.
getResultAsHTMLTable(String) - Method in class oracle.jsp.dbutil.CursorBean
Execute the Sql and return the result as a HTM Table.
getResultAsHTMLTable(String) - Method in class oracle.jsp.dbutil.DBBean
Execute the Sql and return the result as a HTM Table.
getResultAsXMLString() - Method in class oracle.jsp.dbutil.CursorBean
Execute the Sql and return the result as a XML String Sql string is the one that was used at creation time.
getResultAsXMLString(String) - Method in class oracle.jsp.dbutil.CursorBean
Execute the Sql and return the result as a XML String
getResultAsXMLString(String) - Method in class oracle.jsp.dbutil.DBBean
Execute the Sql and return the result as a XML String
getResultSetConcurrency() - Method in class oracle.jsp.dbutil.CursorBean
Return the concurrency level set for this cursor.
getResultSetType() - Method in class oracle.jsp.dbutil.CursorBean
Return the result type set for this cursor.
getROWID(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getScope() - Method in class oracle.jsp.event.JspScopeEvent
Returns the JSP scope that is ending.
getShort(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getStmtCacheSize() - Method in class oracle.jsp.dbutil.ConnBean
Get the statement cache size set for this connection bean.
getString(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getSTRUCT(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getTime(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getTimestamp(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getUnicodeStream(int) - Method in class oracle.jsp.dbutil.CursorBean
 
getUpdateCount() - Method in class oracle.jsp.dbutil.CursorBean
 
getURL() - Method in class oracle.jsp.dbutil.ConnBean
Get the URL for this connection bean.
getURL() - Method in class oracle.jsp.dbutil.DBBean
Get the URL of the datasource to which connections are made.
getUser() - Method in class oracle.jsp.dbutil.ConnBean
Get the user name for this connection bean.
getUser() - Method in class oracle.jsp.dbutil.DBBean
Get the user name for this data access bean.
getValue() - Method in class oracle.jsp.jml.JmlBoolean
Returns the beans's value property as a boolean.
getValue() - Method in class oracle.jsp.jml.JmlFPNumber
Returns the beans's value property as a double.
getValue() - Method in class oracle.jsp.jml.JmlNumber
Returns the beans's value property as a int.
getValue() - Method in class oracle.jsp.jml.JmlString
Returns the beans's value property as a java.lang.String.

I

isEmpty() - Method in class oracle.jsp.jml.JmlString
Tests whether the beans's value property is "".

J

JmlBoolean - class oracle.jsp.jml.JmlBoolean.
JmlBoolean wraps the primitive type boolean in a Java bean.
JmlBoolean() - Constructor for class oracle.jsp.jml.JmlBoolean
Constructs a default JmlBoolean object.
JmlBoolean(boolean) - Constructor for class oracle.jsp.jml.JmlBoolean
Constructs a JmlBoolean object whose value is boolean.
JmlBoolean(Boolean) - Constructor for class oracle.jsp.jml.JmlBoolean
Constructs a JmlBoolean object whose value is java.lang.Boolean .
JmlBoolean(JmlBoolean) - Constructor for class oracle.jsp.jml.JmlBoolean
Constructs a JmlBoolean object whose value is taken from another JmlBoolean .
JmlBoolean(String) - Constructor for class oracle.jsp.jml.JmlBoolean
Constructs a JmlBoolean object whose value is represented by java.lang.String.
JmlFPNumber - class oracle.jsp.jml.JmlFPNumber.
JmlFPNumber wraps the primitive type double in a Java bean.
JmlFPNumber() - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a default JmlFPNumber object.
JmlFPNumber(double) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is double.
JmlFPNumber(Double) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is java.lang.Double.
JmlFPNumber(float) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is float.
JmlFPNumber(Float) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is java.lang.Float.
JmlFPNumber(int) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is int.
JmlFPNumber(Integer) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is java.lang.Integer.
JmlFPNumber(JmlFPNumber) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is JmlFPNumber.
JmlFPNumber(String) - Constructor for class oracle.jsp.jml.JmlFPNumber
Constructs a JmlFPNumber object whose value is java.lang.String.
JmlNumber - class oracle.jsp.jml.JmlNumber.
JmlNumber wraps the primitive type int in a Java bean.
JmlNumber() - Constructor for class oracle.jsp.jml.JmlNumber
Constructs a default JmlNumber object.
JmlNumber(int) - Constructor for class oracle.jsp.jml.JmlNumber
Constructs a JmlNumber object whose value is int.
JmlNumber(Integer) - Constructor for class oracle.jsp.jml.JmlNumber
Constructs a JmlNumber object whose value is java.lang.Integer.
JmlNumber(JmlNumber) - Constructor for class oracle.jsp.jml.JmlNumber
Constructs a JmlNumber object whose value is JmlNumber.
JmlNumber(String) - Constructor for class oracle.jsp.jml.JmlNumber
Constructs a JmlNumber object whose value is java.lang.String.
JmlString - class oracle.jsp.jml.JmlString.
JmlString wraps the primitive type int in a Java bean.
JmlString() - Constructor for class oracle.jsp.jml.JmlString
Constructs a default JmlString object.
JmlString(JmlString) - Constructor for class oracle.jsp.jml.JmlString
Constructs a JmlString object whose value is JmlString.
JmlString(String) - Constructor for class oracle.jsp.jml.JmlString
Constructs a JmlString object whose value is java.lang.String.
JspScopeEvent - class oracle.jsp.event.JspScopeEvent.
The JSP "out of scope" event.
JspScopeEvent(ServletContext, Object, String, int) - Constructor for class oracle.jsp.event.JspScopeEvent
 
JspScopeListener - interface oracle.jsp.event.JspScopeListener.
 

M

m_conn - Variable in class oracle.jsp.dbutil.ConnBean
 

O

outOfScope(JspScopeEvent) - Method in interface oracle.jsp.event.JspScopeListener
Invoked when a JSP scope that this object is attached to is ending.
outOfScope(JspScopeEvent) - Method in class oracle.jsp.dbutil.ConnBean
 
outOfScope(JspScopeEvent) - Method in class oracle.jsp.dbutil.ConnCacheBean
 
outOfScope(JspScopeEvent) - Method in class oracle.jsp.dbutil.CursorBean
 
outOfScope(JspScopeEvent) - Method in class oracle.jsp.dbutil.DBBean
 

P

PLAIN_STMT - Static variable in class oracle.jsp.dbutil.CursorBean
 
PREP_STMT - Static variable in class oracle.jsp.dbutil.CursorBean
 

R

registerOutParameter(int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
registerOutParameter(int, int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
registerOutParameter(int, int, int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
registerOutParameter(int, int, String) - Method in class oracle.jsp.dbutil.CursorBean
 

S

setARRAY(int, ARRAY) - Method in class oracle.jsp.dbutil.CursorBean
 
setAsciiStream(int, InputStream, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setBfile(int, BFILE) - Method in class oracle.jsp.dbutil.CursorBean
 
setBFILE(int, BFILE) - Method in class oracle.jsp.dbutil.CursorBean
 
setBigDecimal(int, BigDecimal) - Method in class oracle.jsp.dbutil.CursorBean
 
setBinaryStream(int, InputStream, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setBLOB(int, BLOB) - Method in class oracle.jsp.dbutil.CursorBean
 
setBoolean(int, boolean) - Method in class oracle.jsp.dbutil.CursorBean
 
setByte(int, byte) - Method in class oracle.jsp.dbutil.CursorBean
 
setBytes(int, byte[]) - Method in class oracle.jsp.dbutil.CursorBean
 
setCHAR(int, CHAR) - Method in class oracle.jsp.dbutil.CursorBean
 
setCLOB(int, CLOB) - Method in class oracle.jsp.dbutil.CursorBean
 
setConnBean(ConnBean) - Method in class oracle.jsp.dbutil.CursorBean
Set the underlying connection bean.
setCursor(int, ResultSet) - Method in class oracle.jsp.dbutil.CursorBean
 
setCustomDatum(int, CustomDatum) - Method in class oracle.jsp.dbutil.CursorBean
 
setDate(int, Date) - Method in class oracle.jsp.dbutil.CursorBean
 
setDATE(int, DATE) - Method in class oracle.jsp.dbutil.CursorBean
 
setDouble(int, double) - Method in class oracle.jsp.dbutil.CursorBean
 
setExecuteBatch(int) - Method in class oracle.jsp.dbutil.ConnBean
Set the Execute Batch Size for DMLs.
setExecuteBatch(int) - Method in class oracle.jsp.dbutil.CursorBean
Set the Execute Batch Size for DMLs.
setFixedCHAR(int, String) - Method in class oracle.jsp.dbutil.CursorBean
 
setFloat(int, float) - Method in class oracle.jsp.dbutil.CursorBean
 
setInt(int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setLong(int, long) - Method in class oracle.jsp.dbutil.CursorBean
 
setNull(int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setNull(int, int, String) - Method in class oracle.jsp.dbutil.CursorBean
 
setNUMBER(int, NUMBER) - Method in class oracle.jsp.dbutil.CursorBean
 
setObject(int, Object) - Method in class oracle.jsp.dbutil.CursorBean
 
setObject(int, Object, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setObject(int, Object, int, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setOracleObject(int, Datum) - Method in class oracle.jsp.dbutil.CursorBean
 
setPassword(String) - Method in class oracle.jsp.dbutil.ConnBean
Set the password with which connections have to be obtained.
setPassword(String) - Method in class oracle.jsp.dbutil.DBBean
Set the password with which connections have to be obtained.
setPreFetch(int) - Method in class oracle.jsp.dbutil.ConnBean
Set the Row prefetch size for the rows returned for queries.
setPreFetch(int) - Method in class oracle.jsp.dbutil.CursorBean
Set the Row prefetch size for the rows returned for queries.
setQueryTimeout(int) - Method in class oracle.jsp.dbutil.CursorBean
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setRAW(int, RAW) - Method in class oracle.jsp.dbutil.CursorBean
 
setREF(int, REF) - Method in class oracle.jsp.dbutil.CursorBean
 
setRefType(int, REF) - Method in class oracle.jsp.dbutil.CursorBean
 
setResultSetConcurrency(int) - Method in class oracle.jsp.dbutil.CursorBean
Set the ResultSet Concurrency for the cursor.
setResultSetType(int) - Method in class oracle.jsp.dbutil.CursorBean
Set the ResultType for the cursor created.
setROWID(int, ROWID) - Method in class oracle.jsp.dbutil.CursorBean
 
setShort(int, short) - Method in class oracle.jsp.dbutil.CursorBean
 
setStmtCacheSize(int) - Method in class oracle.jsp.dbutil.ConnBean
Enable and set the statement cache size.
setString(int, String) - Method in class oracle.jsp.dbutil.CursorBean
 
setSTRUCT(int, STRUCT) - Method in class oracle.jsp.dbutil.CursorBean
 
setTime(int, Time) - Method in class oracle.jsp.dbutil.CursorBean
 
setTimestamp(int, Timestamp) - Method in class oracle.jsp.dbutil.CursorBean
 
setTypedValue(boolean) - Method in class oracle.jsp.jml.JmlBoolean
Sets the beans's value property to the boolean.
setTypedValue(Boolean) - Method in class oracle.jsp.jml.JmlBoolean
Sets the beans's value property to the java.lang.Boolean.
setTypedValue(double) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the double.
setTypedValue(Double) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the java.lang.Double.
setTypedValue(float) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the float.
setTypedValue(Float) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the java.lang.Float.
setTypedValue(int) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the int.
setTypedValue(int) - Method in class oracle.jsp.jml.JmlNumber
Sets the beans's value property to the int.
setTypedValue(Integer) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the java.lang.Integer.
setTypedValue(Integer) - Method in class oracle.jsp.jml.JmlNumber
Sets the beans's value property to the java.lang.Integer.
setTypedValue(JmlBoolean) - Method in class oracle.jsp.jml.JmlBoolean
Sets the beans's value property to the JmlBoolean.
setTypedValue(JmlFPNumber) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the JmlFPNumber.
setTypedValue(JmlNumber) - Method in class oracle.jsp.jml.JmlNumber
Sets the beans's value property to the JmlNumber.
setTypedValue(JmlString) - Method in class oracle.jsp.jml.JmlString
Sets the beans's value property to the JmlString.
setTypedValue(String) - Method in class oracle.jsp.jml.JmlBoolean
Sets the beans's value property to the java.lang.String.
setTypedValue(String) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the java.lang.String.
setTypedValue(String) - Method in class oracle.jsp.jml.JmlNumber
Sets the beans's value property to the java.lang.String.
setTypedValue(String) - Method in class oracle.jsp.jml.JmlString
Sets the beans's value property to the java.lang.String.
setUnicodeStream(int, InputStream, int) - Method in class oracle.jsp.dbutil.CursorBean
 
setURL(String) - Method in class oracle.jsp.dbutil.ConnBean
Set the URL from which connections have to be obtained.
setURL(String) - Method in class oracle.jsp.dbutil.DBBean
Set the URL of the datasource to which connection have to be obtained.
setUser(String) - Method in class oracle.jsp.dbutil.ConnBean
Set the user name with which connections have to be obtained.
setUser(String) - Method in class oracle.jsp.dbutil.DBBean
Set the user name with which connections have to be obtained.
setValue(boolean) - Method in class oracle.jsp.jml.JmlBoolean
Sets the beans's value property to the boolean.
setValue(double) - Method in class oracle.jsp.jml.JmlFPNumber
Sets the beans's value property to the double.
setValue(int) - Method in class oracle.jsp.jml.JmlNumber
Sets the beans's value property to the int.
setValue(String) - Method in class oracle.jsp.jml.JmlString
Sets the beans's value property to the java.lang.String.

T

toString() - Method in class oracle.jsp.jml.JmlBoolean
Returns the beans's value property as a java.lang.String.
toString() - Method in class oracle.jsp.jml.JmlFPNumber
Returns the beans's value property as a java.lang.String.
toString() - Method in class oracle.jsp.jml.JmlNumber
Returns the beans's value property as a java.lang.String.
toString() - Method in class oracle.jsp.jml.JmlString
 
translateToHTMLTable(ResultSet) - Static method in class oracle.jsp.dbutil.BeanUtil
Takes a ResultSet and return an HTML Table
translateToXML(Connection, String, ResultSet) - Static method in class oracle.jsp.dbutil.BeanUtil
Takes a Query String and Result Set and
TRUE - Static variable in class oracle.jsp.jml.JmlBoolean
The JmlBoolean object corresponding to the primitive value true.
TYPE_FORWARD_ONLY - Static variable in class oracle.jsp.dbutil.CursorBean
 
TYPE_SCROLL_INSENSITIVE - Static variable in class oracle.jsp.dbutil.CursorBean
 
TYPE_SCROLL_SENSITIVE - Static variable in class oracle.jsp.dbutil.CursorBean
 
typedEquals(Boolean) - Method in class oracle.jsp.jml.JmlBoolean
Tests whether the beans's value property is equal to java.lang.Boolean.
typedEquals(Double) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to java.lang.Double.
typedEquals(float) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to float.
typedEquals(Float) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to java.lang.Float.
typedEquals(int) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to int.
typedEquals(Integer) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to java.lang.Integer.
typedEquals(Integer) - Method in class oracle.jsp.jml.JmlNumber
Tests whether the beans's value property is equal to java.lang.Integer.
typedEquals(JmlBoolean) - Method in class oracle.jsp.jml.JmlBoolean
Tests whether the beans's value property is equal to JmlBoolean.
typedEquals(JmlFPNumber) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to JmlFPNumber.
typedEquals(JmlNumber) - Method in class oracle.jsp.jml.JmlNumber
Tests whether the beans's value property is equal to JmlNumber.
typedEquals(String) - Method in class oracle.jsp.jml.JmlBoolean
Tests whether the beans's value property is equal to java.lang.String.
typedEquals(String) - Method in class oracle.jsp.jml.JmlFPNumber
Tests whether the beans's value property is equal to java.lang.String.
typedEquals(String) - Method in class oracle.jsp.jml.JmlNumber
Tests whether the beans's value property is equal to java.lang.String.

B C D E F G I J M O P R S T