public interface DataProvider
Modifier and Type | Method and Description |
---|---|
void |
addJoinRelation(java.lang.String relation,
long flags) |
void |
clearJoins() |
void |
close() |
DataProvider |
getDataProvider(int row,
java.lang.String relation) |
java.lang.String |
getDBFunctionStatement(java.lang.String dbFunction,
java.lang.String dbColumn) |
java.util.Vector |
getRowData(int row) |
boolean |
isRelatedJoin(java.lang.String relation) |
void |
reset() |
DataProvider getDataProvider(int row, java.lang.String relation) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Vector getRowData(int row) throws MXException, java.rmi.RemoteException, java.sql.SQLException
MXException
java.rmi.RemoteException
java.sql.SQLException
void close() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void reset() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void addJoinRelation(java.lang.String relation, long flags) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void clearJoins() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean isRelatedJoin(java.lang.String relation) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getDBFunctionStatement(java.lang.String dbFunction, java.lang.String dbColumn) throws MXException, java.rmi.RemoteException, java.sql.SQLException
MXException
java.rmi.RemoteException
java.sql.SQLException