| Method and Description |
|---|
| com.pivotal.gemfirexd.callbacks.Event.getModifiedColumns()
Will be removed in a future release. Use returned
TableMetaData by ResultSet.getMetaData()
instead on the Event.getNewRowsAsResultSet() to get the
meta-data of the updated columns. |
| com.pivotal.gemfirexd.callbacks.Event.getNewRow()
Will be removed in a future release. Use
Event.getNewRowsAsResultSet() instead which will return a
valid ResultSet for all operation types and provide
more flexible ways to extract the column values, avoiding
having to create java objects for all the columns. |
| com.pivotal.gemfirexd.callbacks.Event.getOldRow()
Will be removed in a future release. Use
Event.getOldRowAsResultSet() instead which will return a
valid ResultSet for all operation types and provide
more flexible ways to extract the column values, avoiding
having to create java objects for all the columns. |
| com.pivotal.gemfirexd.callbacks.Event.getPrimaryKey()
use
Event.getPrimaryKeysAsResultSet() instead which will
provide more flexible ways to extract the column values and
avoid having to create java objects for all the columns |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.