Package de.elo.ix.jscript.handler
Interface IFindSordsByObjKeysHandler
public interface IFindSordsByObjKeysHandler
Internally used interface. Class FindSordsByObjKeys 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) getAlias()
getFrom()
getWhere()
boolean
next()
-
Method Details
-
getAlias
String getAlias() -
bindParams
- Throws:
SQLException
-
getFrom
String getFrom() -
getWhere
String getWhere() -
next
- Throws:
SQLException
-
getCurrentPosAsString
String getCurrentPosAsString()
-