Uses of Package
org.apache.flink.connector.jdbc.statement
-
Classes in org.apache.flink.connector.jdbc.statement used by org.apache.flink.connector.jdbc.converter Class Description FieldNamedPreparedStatement This is a wrapper aroundPreparedStatementand allows the users to set parameters by name instead of by index. -
Classes in org.apache.flink.connector.jdbc.statement used by org.apache.flink.connector.jdbc.internal.executor Class Description StatementFactory A factory to createFieldNamedPreparedStatementwith the givenConnection. -
Classes in org.apache.flink.connector.jdbc.statement used by org.apache.flink.connector.jdbc.statement Class Description FieldNamedPreparedStatement This is a wrapper aroundPreparedStatementand allows the users to set parameters by name instead of by index.