|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dhtmlx.connector.ConnectorResultSet
public class ConnectorResultSet
The Class ConnectorResultSet. Wrapper around result set , which allows to use it with different data wrappers
Constructor Summary | |
---|---|
ConnectorResultSet(java.sql.ResultSet external_result)
Instantiates a new connector result set. |
Method Summary | |
---|---|
java.lang.String |
get_last_id()
Gets the id of previously inserted record |
java.util.HashMap<java.lang.String,java.lang.String> |
get_next()
Gets the next record in result set |
java.lang.String |
get(java.lang.String name)
Gets the named field from top record in result set |
void |
jump_to(int start_from)
change pointer of result set to specified position |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorResultSet(java.sql.ResultSet external_result)
external_result
- native result set objectMethod Detail |
---|
public java.lang.String get_last_id() throws ConnectorOperationException
ConnectorOperationException
- the connector operation exceptionpublic java.util.HashMap<java.lang.String,java.lang.String> get_next() throws ConnectorOperationException
ConnectorOperationException
- the connector operation exceptionpublic java.lang.String get(java.lang.String name) throws ConnectorOperationException
name
- the name of field in question
ConnectorOperationException
- the connector operation exceptionpublic void jump_to(int start_from) throws ConnectorOperationException
start_from
- the new pointer position
ConnectorOperationException
- the connector operation exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |