public class KingbaseJdbcRowConverter extends AbstractJdbcRowConverter
| 构造器和说明 |
|---|
KingbaseJdbcRowConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
converterName() |
PreparedStatement |
toExternal(TableSchema tableSchema,
SeaTunnelRow row,
PreparedStatement statement) |
SeaTunnelRow |
toInternal(ResultSet rs,
TableSchema tableSchema)
Convert data retrieved from
ResultSet to internal SeaTunnelRow. |
public String converterName()
converterName 在类中 AbstractJdbcRowConverterpublic SeaTunnelRow toInternal(ResultSet rs, TableSchema tableSchema) throws SQLException
JdbcRowConverterResultSet to internal SeaTunnelRow.toInternal 在接口中 JdbcRowConvertertoInternal 在类中 AbstractJdbcRowConverterrs - ResultSet from JDBCSQLExceptionpublic PreparedStatement toExternal(TableSchema tableSchema, SeaTunnelRow row, PreparedStatement statement) throws SQLException
toExternal 在接口中 JdbcRowConvertertoExternal 在类中 AbstractJdbcRowConverterSQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.