| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.text | |
| io.debezium.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
TableIdParser.TableIdTokenizer |
| Modifier and Type | Class and Description |
|---|---|
class |
DdlTokenizer
A
TokenStream.Tokenizer that is specialized for tokenizing DDL streams. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenStream.BasicTokenizer
A basic
TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period
('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments. |
| Modifier and Type | Field and Description |
|---|---|
private TokenStream.Tokenizer |
TokenStream.tokenizer |
| Constructor and Description |
|---|
TokenStream(String content,
TokenStream.Tokenizer tokenizer,
boolean caseSensitive) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
Strings.RegExSplitter
A tokenization class used to split a comma-separated list of regular expressions.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.