public class DataTypeParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.relational.ddl.DataTypeParser |
parser |
| Constructor and Description |
|---|
DataTypeParserTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertEnumType(String content,
String expression) |
protected void |
assertNoType(String content) |
protected void |
assertType(String content,
String typeName,
int jdbcType) |
protected void |
assertType(String content,
String typeName,
int jdbcType,
long length) |
protected void |
assertType(String content,
String typeName,
int jdbcType,
long precision,
int scale) |
protected void |
assertType(String content,
String typeName,
int jdbcType,
long length,
int scale,
int[] arrayDims) |
void |
beforeEach() |
void |
shouldDetermineBitIntegerTypes() |
void |
shouldDetermineBitTypes() |
void |
shouldDetermineBooleanTypes() |
void |
shouldDetermineDecimalTypes() |
void |
shouldDetermineIntegerTypes() |
void |
shouldDetermineTypeWithWildcard() |
protected io.debezium.text.TokenStream |
text(String content) |
public void beforeEach()
public void shouldDetermineBooleanTypes()
public void shouldDetermineBitTypes()
public void shouldDetermineIntegerTypes()
public void shouldDetermineBitIntegerTypes()
public void shouldDetermineDecimalTypes()
public void shouldDetermineTypeWithWildcard()
protected void assertType(String content, String typeName, int jdbcType, long precision, int scale)
protected void assertType(String content, String typeName, int jdbcType, long length, int scale, int[] arrayDims)
protected void assertNoType(String content)
protected io.debezium.text.TokenStream text(String content)
Copyright © 2018 JBoss by Red Hat. All rights reserved.