Class BinaryLiteral


public class BinaryLiteral extends BinaryExpression
Representation of a Binary literal.
  • Field Details

    • value

      private final Byte[] value
  • Constructor Details

    • BinaryLiteral

      public BinaryLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value, String parameterName)
      Creates a binary (byte[]) literal.
      Parameters:
      stmt - the SQL statement
      mapping - the mapping
      value - the value
      parameterName - Name of the parameter that this represents (as JDBC "?")
  • Method Details

    • getValue

      public Object getValue()
    • setStatement

      protected void setStatement()