Class BinaryColumn

    • Method Detail

      • jdbcGetterName

        public String jdbcGetterName()
        Description copied from interface: ColumnMeta
        Name of jdbcGetter that should be used for getting column data.
        Returns:
      • getCelestaType

        public String getCelestaType()
        Description copied from interface: ColumnMeta
        Celesta data type that corresponds to the field.
        Returns:
      • getJavaClass

        public Class<?> getJavaClass()
        Description copied from interface: ColumnMeta
        Returns corresponding Java data type.
        Returns: