Interface BindInfo


public interface BindInfo
Hold contextual information for bind operations(bind and bindNull).
Author:
Tadaya Tsuyukubo
See Also:
  • Method Details

    • getStatementInfo

      StatementInfo getStatementInfo()
      Get StatementInfo where bind operation has happened.
      Returns:
      contextual info for Statement
    • getBinding

      Binding getBinding()
      Get invoked bind operation details.
      Returns:
      binding details