Package com.google.cloud.spanner.watcher
Interface SpannerTableChangeWatcher.Row
-
- All Superinterfaces:
com.google.cloud.spanner.StructReader
- Enclosing interface:
- SpannerTableChangeWatcher
public static interface SpannerTableChangeWatcher.Row extends com.google.cloud.spanner.StructReaderRow is passed in to the change callback and allows access to the most recent data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.cloud.spanner.StructasStruct()Convert the row to aStruct.-
Methods inherited from interface com.google.cloud.spanner.StructReader
getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getBytes, getBytes, getBytesList, getBytesList, getColumnCount, getColumnIndex, getColumnType, getColumnType, getDate, getDate, getDateList, getDateList, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getString, getString, getStringList, getStringList, getStructList, getStructList, getTimestamp, getTimestamp, getTimestampList, getTimestampList, getType, isNull, isNull
-
-