Class UnsupportedVirtualParameterTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedVirtualParameterTypeException extends DatabaseException
See Also:
  • Constructor Details

    • UnsupportedVirtualParameterTypeException

      public UnsupportedVirtualParameterTypeException(DbPreparedStatement statement, int parameterIndex, String valueType)
  • Method Details

    • getPreparedStatement

      public DbPreparedStatement getPreparedStatement()
    • getParameterIndex

      public int getParameterIndex()
    • getValueType

      public String getValueType()