Class PgOutputColumnValue

    • Field Detail

    • Constructor Detail

      • PgOutputColumnValue

        PgOutputColumnValue​(String value)
    • Method Detail

      • getRawValue

        public String getRawValue()
      • isNull

        public boolean isNull()
      • asString

        public String asString()
      • asBoolean

        public Boolean asBoolean()
      • asInteger

        public Integer asInteger()
      • asLong

        public Long asLong()
      • asFloat

        public Float asFloat()
      • asDouble

        public Double asDouble()
      • asByteArray

        public byte[] asByteArray()