|
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
public class SStatement
Implements an TOS object that acts like a java Statement.
| Field Summary | |
|---|---|
protected java.util.List |
_resultSets
|
| Constructor Summary | |
|---|---|
SStatement(STosClass myClass)
|
|
| Method Summary | |
|---|---|
void |
addClosedListener(SClosedEventListener listener)
|
java.lang.Object |
close(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "close" TOS method. |
void |
closedEvent(java.lang.Object closedObject)
Signals that an object has been closed. |
java.lang.Object |
constructor(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "constructor" TOS method. |
java.lang.Object |
execute(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "execute" TOS method. |
java.lang.Object |
getFetchSize(SObjFunction obj,
SContext context,
java.lang.Object[] args)
Implements the getFetchSize method of the TOS class
TStatement. |
java.sql.Statement |
getInternalStatement()
Fetches the java.sql.Statement used to interact with
the database. |
java.lang.Object |
getMoreResults(SObjFunction obj,
SContext context,
java.lang.Object[] args)
Implements the getMoreResults method of the TOS class
TStatement. |
java.lang.Object |
getResultSet(SObjFunction obj,
SContext context,
java.lang.Object[] args)
Implements the getResultSet method of the TOS class
TStatement. |
static java.lang.String |
getTosClassName()
|
static SStatement |
newInstance(SContext context)
|
java.lang.Object |
query(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "query" TOS method. |
java.lang.Object |
setFetchSize(SObjFunction obj,
SContext context,
java.lang.Object[] args)
Implements the setFetchSize method of the TOS class
TStatement. |
void |
setStatement(java.sql.Statement stat)
|
java.lang.Object |
update(SObjFunction obj,
SContext context,
java.lang.Object[] args)
The implementation for the "update" TOS method. |
| 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 |
| Field Detail |
|---|
protected java.util.List _resultSets
| Constructor Detail |
|---|
public SStatement(STosClass myClass)
throws STeaException
STeaException| Method Detail |
|---|
public void setStatement(java.sql.Statement stat)
stat - The Statement that this TOS objects acts on behalf of.public java.sql.Statement getInternalStatement()
java.sql.Statement used to interact with
the database.
java.sql.Statement being used.public static java.lang.String getTosClassName()
public static SStatement newInstance(SContext context)
throws STeaException
STeaExceptionpublic void addClosedListener(SClosedEventListener listener)
public java.lang.Object constructor(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
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.
STeaException
public java.lang.Object query(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
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.
STeaException
public java.lang.Object update(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
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.
STeaException
public java.lang.Object execute(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
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.
STeaException
public java.lang.Object getResultSet(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
getResultSet method of the TOS class
TStatement.
STeaException
public java.lang.Object getMoreResults(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
getMoreResults method of the TOS class
TStatement.
STeaException
public java.lang.Object getFetchSize(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
getFetchSize method of the TOS class
TStatement.
STeaException
public java.lang.Object setFetchSize(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
setFetchSize method of the TOS class
TStatement.
STeaException
public java.lang.Object close(SObjFunction obj,
SContext context,
java.lang.Object[] args)
throws STeaException
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.
STeaExceptionpublic void closedEvent(java.lang.Object closedObject)
SClosedEventListener
closedEvent in interface SClosedEventListenerclosedObject - The object that was closed.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||