Package de.elo.ix.jscript.handler
Interface IFindSordsByIdsHandler
public interface IFindSordsByIdsHandler
Internally used interface. Class FindSorsByIds forwards method calls to an implementation of this
interface. The implementation is only available when we are running as a IX event script or
plugin.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bindParams
(PreparedStatement pstmt, int startCol) getFrom()
getWhere()
boolean
next()
-
Method Details
-
bindParams
- Throws:
SQLException
-
getFrom
String getFrom() -
getWhere
String getWhere() -
next
- Throws:
SQLException
-
getCurrentPosAsString
String getCurrentPosAsString()
-