Class Main.Pojo

java.lang.Object
com.clickhouse.jdbc.Main.Pojo
Enclosing class:
Main

public static class Main.Pojo extends Object
  • Constructor Details

    • Pojo

      public Pojo()
  • Method Details

    • setByte

      public void setByte(byte b)
    • getByte

      public byte getByte()
    • setLong

      public void setLong(long l)
    • getLong

      public long getLong()
    • setDecimal

      public void setDecimal(BigDecimal d)
    • getDecimal

      public BigDecimal getDecimal()
    • setDateTime

      public void setDateTime(LocalDateTime t)
    • getDateTime

      public LocalDateTime getDateTime()
    • setArray

      public void setArray(long[] a)
    • getArray

      public long[] getArray()
    • setTuple

      public void setTuple(List<?> p)
    • getTuple

      public List<?> getTuple()
    • setNested

      public void setNested(Object[][] n)
    • getNested

      public Object[][] getNested()
    • setJson

      public void setJson(Object j)
    • getJson

      public Object getJson()