All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.db2code.rawmodel.RawColumn Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
package org.db2code.rawmodel;

import lombok.Data;

@Data
public class RawColumn extends AbstractRawItem {
    private String columnName;
    private int dataType;
    private String typeName;
    private int columnSize;
    private int decimalDigits;
    private Integer numPrecRadix;
    private int nullable;
    private String remarks;
    private String columnDef;
    private String sqlDataType;
    private String sqlDatetimeSub;
    private int charOctetLength;
    private int ordinalPosition;
    private String isNullable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy