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