Modifier and Type | Field and Description |
---|---|
protected Long |
m_Id |
protected LibraryQueryStatement |
m_LibraryQueryStatement |
protected ResultSet |
m_ResultSet |
protected S_LibraryObjectSelector |
m_Selector |
protected S_LibrarySession |
m_Session |
Constructor and Description |
---|
S_LibraryObjectCursor(Long id,
S_LibrarySession session,
LibraryQueryStatement lstmt,
ResultSet resultSet,
S_LibraryObjectSelector selector) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this S_LibraryObjectCursor.
|
Long |
getId() |
LibraryQueryStatement |
getLibraryQueryStatement() |
ResultSet |
getResultSet() |
S_LibrarySession |
getSession() |
S_LibraryObjectData |
nextItem() |
protected Long m_Id
protected S_LibrarySession m_Session
protected LibraryQueryStatement m_LibraryQueryStatement
protected ResultSet m_ResultSet
protected S_LibraryObjectSelector m_Selector
public S_LibraryObjectCursor(Long id, S_LibrarySession session, LibraryQueryStatement lstmt, ResultSet resultSet, S_LibraryObjectSelector selector)
public Long getId()
public S_LibrarySession getSession()
public ResultSet getResultSet()
public LibraryQueryStatement getLibraryQueryStatement()
public S_LibraryObjectData nextItem() throws IfsException
IfsException
public void close() throws IfsException
In addition to always closing the ResultSet, the PreparedStatement will be
closed if isPreparedStatementCloseable
is true
.
IfsException
- if the operation failsCopyright © 2023. All rights reserved.