304305306307308309310
public void undoUpdate() throws SQLException { throw new NotImplementedException(); } public int[] getMatchColumnIndexes() throws SQLException { throw new NotImplementedException(); }
308309310311312313314
public int[] getMatchColumnIndexes() throws SQLException { throw new NotImplementedException(); } public String[] getMatchColumnNames() throws SQLException { throw new NotImplementedException(); }
312313314315316317318
public String[] getMatchColumnNames() throws SQLException { throw new NotImplementedException(); } public void setMatchColumn(int columnIdx) throws SQLException { throw new NotImplementedException(); }
316317318319320321322
public void setMatchColumn(int columnIdx) throws SQLException { throw new NotImplementedException(); } public void setMatchColumn(int[] columnIdxes) throws SQLException { throw new NotImplementedException(); }
320321322323324325326
public void setMatchColumn(int[] columnIdxes) throws SQLException { throw new NotImplementedException(); } public void setMatchColumn(String columnName) throws SQLException { throw new NotImplementedException(); }
324325326327328329330
public void setMatchColumn(String columnName) throws SQLException { throw new NotImplementedException(); } public void setMatchColumn(String[] columnNames) throws SQLException { throw new NotImplementedException(); }
328329330331332333334
public void setMatchColumn(String[] columnNames) throws SQLException { throw new NotImplementedException(); } public void unsetMatchColumn(int columnIdx) throws SQLException { throw new NotImplementedException(); }
332333334335336337338
public void unsetMatchColumn(int columnIdx) throws SQLException { throw new NotImplementedException(); } public void unsetMatchColumn(int[] columnIdxes) throws SQLException { throw new NotImplementedException(); }
336337338339340341342
public void unsetMatchColumn(int[] columnIdxes) throws SQLException { throw new NotImplementedException(); } public void unsetMatchColumn(String columnName) throws SQLException { throw new NotImplementedException(); }
340341342343344345346
public void unsetMatchColumn(String columnName) throws SQLException { throw new NotImplementedException(); } public void unsetMatchColumn(String[] columnName) throws SQLException { throw new NotImplementedException(); }