|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pdmfc.tea.modules.tos.STosObj
com.pdmfc.tea.modules.tdbc.SStatement
com.pdmfc.tea.modules.tdbc.SPreparedStatement
com.pdmfc.tea.modules.tdbc.SCallableStatement
public class SCallableStatement
Implements an TOS object that acts like a java CallableStatement.
| Field Summary |
|---|
| Fields inherited from class com.pdmfc.tea.modules.tdbc.SStatement |
|---|
_resultSets |
| Constructor Summary | |
|---|---|
SCallableStatement(STosClass myClass)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
constructor(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "constructor" TOS method. |
java.lang.Object |
fetchOutParameters(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "fetchOutputParameters" TOS method. |
static java.lang.String |
getTosClassName()
|
static SStatement |
newInstance(SContext context)
|
java.lang.Object |
registerDate(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "registerInt" TOS method. |
java.lang.Object |
registerFloat(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "registerFloat" TOS method. |
java.lang.Object |
registerInt(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "registerInt" TOS method. |
java.lang.Object |
registerString(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "registerString" TOS method. |
void |
setCallableStatement(java.sql.CallableStatement stat)
|
| Methods inherited from class com.pdmfc.tea.modules.tdbc.SPreparedStatement |
|---|
execute, query, setDate, setFloat, setInt, setPreparedStatement, setString, update |
| Methods inherited from class com.pdmfc.tea.modules.tdbc.SStatement |
|---|
addClosedListener, close, closedEvent, getFetchSize, getInternalStatement, getMoreResults, getResultSet, setFetchSize, setStatement |
| Methods inherited from class com.pdmfc.tea.modules.tos.STosObj |
|---|
exec, getTosClass, init, part, selfObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCallableStatement(STosClass myClass)
throws STeaException
myClass - The TOS class associated with instances of this Java
class.
STeaException| Method Detail |
|---|
public void setCallableStatement(java.sql.CallableStatement stat)
public static java.lang.String getTosClassName()
public static SStatement newInstance(SContext context)
throws STeaException
STeaException
public java.lang.Object constructor(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
constructor in class SPreparedStatementobj - Reference to the object the TOS method was invoked for.context - The context where the method invocation is taking
place.args - The arguments the TOS method was called with.
STeaException
public java.lang.Object registerString(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws SRuntimeException
obj - Reference to the object the TOS method was invoked for.context - The context where the method invocation is taking
place.args - The arguments the TOS method was called with.
SRuntimeException
public java.lang.Object registerInt(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws SRuntimeException
obj - Reference to the object the TOS method was invoked for.context - The context where the method invocation is taking
place.args - The arguments the TOS method was called with.
SRuntimeException
public java.lang.Object registerFloat(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws SRuntimeException
obj - Reference to the object the TOS method was invoked for.context - The context where the method invocation is taking
place.args - The arguments the TOS method was called with.
SRuntimeException
public java.lang.Object registerDate(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws SRuntimeException
obj - Reference to the object the TOS method was invoked for.context - The context where the method invocation is taking
place.args - The arguments the TOS method was called with.
SRuntimeException
public java.lang.Object fetchOutParameters(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
STeaException
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||