云数据库 GAUSSDB-ChainedCommonStreamBuilder:常用方法
常用方法
返回值 |
方法 |
描述 |
throws |
---|---|---|---|
T |
withSlotName(String slotName) |
指定复制槽名。 |
- |
ChainedLogicalCreateSlotBuilder |
withOutputPlugin(String outputPlugin) |
插件名称,当前支持mppdb_decoding。mppdb_decoding:一种解码的输出格式,设置后输出内容为JSON格式。输出的结果包含相关数据的属性信息和属性对应的值。 |
- |
void |
make() |
在数据库中创建具有指定参数的插槽。 |
SQLException |
ChainedLogicalCreateSlotBuilder |
self() |
返回ChainedLogicalCreateSlotBuilder的实现。 |
- |