public class JdbcRowConverter extends Object implements Serializable
| 构造器和说明 |
|---|
JdbcRowConverter(@NonNull SeaTunnelRowType rowType,
@NonNull Map<String,String> clickhouseTableSchema,
@NonNull String[] projectionFields) |
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
toExternal(SeaTunnelRow row,
PreparedStatement statement) |
public JdbcRowConverter(@NonNull
@NonNull SeaTunnelRowType rowType,
@NonNull
@NonNull Map<String,String> clickhouseTableSchema,
@NonNull
@NonNull String[] projectionFields)
public PreparedStatement toExternal(SeaTunnelRow row, PreparedStatement statement) throws SQLException
SQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.