Package org.apache.flink.connector.jdbc.statement
-
Interface Summary Interface Description FieldNamedPreparedStatement This is a wrapper aroundPreparedStatementand allows the users to set parameters by name instead of by index.StatementFactory A factory to createFieldNamedPreparedStatementwith the givenConnection. -
Class Summary Class Description FieldNamedPreparedStatementImpl Simple implementation ofFieldNamedPreparedStatement.