Interface symantec.itools.db.beans.binding.NavigationalDataSource
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.binding.NavigationalDataSource
- public interface NavigationalDataSource
- extends BasicDataSource
-
FIRST
-
-
GOTO
-
-
INSERT
-
-
NEXT
-
-
PREVIOUS
-
-
QBE
-
-
RESTART
-
-
executeQuery(Synchronizable)
-
-
first()
-
-
getCurrentObject()
-
-
insert()
-
-
navigate(int, Integer)
-
-
next()
-
-
previous()
-
-
startQueryByExample()
-
FIRST
public static final int FIRST
GOTO
public static final int GOTO
INSERT
public static final int INSERT
NEXT
public static final int NEXT
PREVIOUS
public static final int PREVIOUS
QBE
public static final int QBE
RESTART
public static final int RESTART
executeQuery
public abstract void executeQuery(Synchronizable master) throws SQLException
first
public abstract void first() throws PositionOutOfRangeException
getCurrentObject
public abstract java.lang.Object getCurrentObject()
insert
public abstract void insert()
navigate
public abstract void navigate(int type,
Integer position)
next
public abstract void next() throws PositionOutOfRangeException
previous
public abstract void previous() throws PositionOutOfRangeException
startQueryByExample
public abstract void startQueryByExample()
All Packages Class Hierarchy This Package Previous Next Index