Class AbstractStatementCpoData

All Implemented Interfaces:
CpoData
Direct Known Subclasses:
CallableStatementCpoData, JdbcPreparedStatementCpoData

public abstract class AbstractStatementCpoData extends AbstractBindableCpoData
Base for CpoData implementations backed by a JDBC Statement subtype, resolving the JdbcMethodMapEntry used to bind/read a bound attribute's value.
  • Constructor Details

    • AbstractStatementCpoData

      public AbstractStatementCpoData(CpoAttribute cpoAttribute, int index)
      Creates an instance for the given bound attribute and bind-marker index.
      Parameters:
      cpoAttribute - the attribute this instance moves values for
      index - the bind-marker index within the statement