Class BinaryLiteral


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

      • value

        private final java.lang.Byte[] value
    • Constructor Detail

      • BinaryLiteral

        public BinaryLiteral​(SQLStatement stmt,
                             JavaTypeMapping mapping,
                             java.lang.Object value,
                             java.lang.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 Detail

      • getValue

        public java.lang.Object getValue()
      • setStatement

        protected void setStatement()