Class BinaryLiteral


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

      • 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 Detail

      • getValue

        public Object getValue()
      • setStatement

        protected void setStatement()