Interface SpannerTableChangeWatcher.Row

  • All Superinterfaces:
    com.google.cloud.spanner.StructReader
    Enclosing interface:
    SpannerTableChangeWatcher

    public static interface SpannerTableChangeWatcher.Row
    extends com.google.cloud.spanner.StructReader
    Row 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.Struct asStruct()
      Convert the row to a Struct.
      • 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
    • Method Detail

      • asStruct

        com.google.cloud.spanner.Struct asStruct()
        Convert the row to a Struct.