| Package | Description |
|---|---|
| io.debezium.relational.ddl |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataTypeBuilder.create() |
DataType |
DataTypeGrammarParser.DataTypePattern.match(TokenStream stream)
Look for a matching data type on the specified token stream.
|
DataType |
DataTypeGrammarParser.DataTypePattern.match(TokenStream stream,
Consumer<ParsingException> errors)
Look for a matching data type on the specified token stream.
|
DataType |
DataTypeParser.parse(TokenStream stream,
Consumer<Collection<ParsingException>> errorHandler)
Examine the stream starting at its current position for a matching data type.
|
static DataType |
DataType.userDefinedType(String qualifiedName)
Obtain the data type for a user-defined or fully-qualified type name.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.