Constant Field Values

Contents

com.google.*

  • com.google.cloud.spanner.watcher.SpannerUtils 
    Modifier and Type Constant Field Value
    public static final String FIND_COMMIT_TIMESTAMP_COLUMN_QUERY "SELECT COLUMN_NAME, OPTION_NAME, OPTION_VALUE\nFROM INFORMATION_SCHEMA.COLUMN_OPTIONS\nWHERE TABLE_CATALOG = @catalog\nAND TABLE_SCHEMA = @schema\nAND TABLE_NAME = @table"