public interface TableMetadataProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TableMetadataProvider.TableMetadata |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheOffset(ChangeKey changeKey,
Map<String,Object> offset) |
Map<String,Object> |
startOffset(ChangeKey changeKey) |
TableMetadataProvider.TableMetadata |
tableMetadata(ChangeKey changeKey) |
TableMetadataProvider.TableMetadata tableMetadata(ChangeKey changeKey) throws SQLException
SQLExceptionMap<String,Object> startOffset(ChangeKey changeKey) throws SQLException
SQLExceptionCopyright © 2017–2018. All rights reserved.