Package io.kestra.plugin.jdbc.oracle
Class OracleCellConverter
java.lang.Object
io.kestra.plugin.jdbc.AbstractCellConverter
io.kestra.plugin.jdbc.oracle.OracleCellConverter
public class OracleCellConverter
extends io.kestra.plugin.jdbc.AbstractCellConverter
-
Field Summary
Fields inherited from class io.kestra.plugin.jdbc.AbstractCellConverter
zoneId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PreparedStatementaddPreparedStatementValue(PreparedStatement ps, io.kestra.plugin.jdbc.AbstractJdbcBatch.ParameterType parameterType, Object value, int index, Connection connection) convertCell(int columnIndex, ResultSet rs, Connection connection) Methods inherited from class io.kestra.plugin.jdbc.AbstractCellConverter
addPreparedStatementException, convert, parseDuration
-
Constructor Details
-
OracleCellConverter
-
-
Method Details
-
convertCell
- Specified by:
convertCellin classio.kestra.plugin.jdbc.AbstractCellConverter- Throws:
SQLException
-
addPreparedStatementValue
protected PreparedStatement addPreparedStatementValue(PreparedStatement ps, io.kestra.plugin.jdbc.AbstractJdbcBatch.ParameterType parameterType, Object value, int index, Connection connection) throws Exception - Overrides:
addPreparedStatementValuein classio.kestra.plugin.jdbc.AbstractCellConverter- Throws:
Exception
-