Class FBMissingParameterException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

@Deprecated public class FBMissingParameterException extends FBSQLException
Deprecated.
Unused, will be removed in Jaybird 5
Exception notifying developer that not all parameters were set when calling the prepared statement.
See Also:
  • Method Details

    • getSetParams

      public boolean[] getSetParams()
      Deprecated.
      Get information about set parameters.
      Returns:
      array of booleans, each of which corresponds to the parameter in the prepared statement, its value tells whether parameter was set or not.