| java.lang.Object com.salmonllc.sql.DSDataSourceProxy
DSDataSourceProxy | class DSDataSourceProxy implements Serializable(Code) | | This type was created in VisualAge.
|
Method Summary | |
public void | cancelRetrieve(DataStoreProxy ds) preRetrieve method comment. | public boolean | commit(DataStoreProxy ds) insertRow method comment. | public boolean | deleteRow(DataStoreProxy ds, DataStoreRow row) deleteRow method comment. | public boolean | destroy(DataStoreProxy ds) preRetrieve method comment. | public ColumnDefinition[] | getColumnsForTable(DataStoreProxy ds, String table) ping method comment. | public int | getCount() This method was created in VisualAge. | public boolean | insertRow(DataStoreProxy ds, DataStoreRow row) updateRow method comment. | public boolean | ping(DataStoreProxy ds) ping method comment. | public void | postRetrieve(DataStoreProxy ds) postRetrieve method comment. | public String | postUpdate(DataStoreProxy ds, boolean updateSucceeded) postUpdate method comment. | public boolean | preRetrieve(DataStoreProxy ds, String selectionCriteria, boolean countOnly) preRetrieve method comment. | public boolean | preUpdate(DataStoreProxy ds) preUpdate method comment. | public boolean | retrieveRow(DataStoreProxy ds, DataStoreRow row) retrieveRow method comment. | public boolean | updateRow(DataStoreProxy ds, DataStoreRow row) updateRow method comment. | public DataStoreException[] | validateRemoteRules(DataStoreProxy ds, DataStoreRow row, int rowNo, int column) | public void | writeDSHeader(DataStoreProxy ds) |
getCount | public int getCount()(Code) | | This method was created in VisualAge.
int |
|
|