public interface JdbcRowConverter extends Serializable
SeaTunnelRow.| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
toExternal(TableSchema tableSchema,
SeaTunnelRow row,
PreparedStatement statement) |
SeaTunnelRow |
toInternal(ResultSet rs,
TableSchema tableSchema)
Convert data retrieved from
ResultSet to internal SeaTunnelRow. |
SeaTunnelRow toInternal(ResultSet rs, TableSchema tableSchema) throws SQLException
ResultSet to internal SeaTunnelRow.rs - ResultSet from JDBCSQLExceptionPreparedStatement toExternal(TableSchema tableSchema, SeaTunnelRow row, PreparedStatement statement) throws SQLException
SQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.