134135136137138139140
throw new NotImplementedException(); } @Override public Object getAccessibleActionObject(int i) throws NotImplementedException { throw new NotImplementedException(); }
139140141142143144145
throw new NotImplementedException(); } @Override public int getEndIndex() throws NotImplementedException { throw new NotImplementedException(); }
144145146147148149150
throw new NotImplementedException(); } @Override public int getStartIndex() throws NotImplementedException { throw new NotImplementedException(); }
149150151152153154155
throw new NotImplementedException(); } @Override public boolean isValid() throws NotImplementedException { throw new NotImplementedException(); }
110111112113114115116
} public void acceptChanges(Connection con) throws SyncProviderException { if (currentRow == insertRow) throw new SyncProviderException(); throw new NotImplementedException(); }
136137138139140141142
// rowset.1=Not a valid column name throw new SQLException(Messages.getString("rowset.1")); } public void commit() throws SQLException { throw new NotImplementedException(); }
140141142143144145146
public void commit() throws SQLException { throw new NotImplementedException(); } public CachedRowSet createCopy() throws SQLException { throw new NotImplementedException(); }
public CachedRowSet createCopy() throws SQLException { throw new NotImplementedException(); } public CachedRowSet createCopyNoConstraints() throws SQLException { throw new NotImplementedException(); }
148149150151152153154
public CachedRowSet createCopyNoConstraints() throws SQLException { throw new NotImplementedException(); } public CachedRowSet createCopySchema() throws SQLException { throw new NotImplementedException(); }
152153154155156157158
public CachedRowSet createCopySchema() throws SQLException { throw new NotImplementedException(); } public RowSet createShared() throws SQLException { throw new NotImplementedException(); }