com.jirvan.dbreflect.Column Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ji-utils Show documentation
Show all versions of ji-utils Show documentation
A general java utilities library
The newest version!
package com.jirvan.dbreflect;
public class Column {
public String columnName;
public int sqlType;
public String sqlTypeName;
public int columnSize;
public int decimalDigits;
public boolean mandatory;
public boolean isInPrimaryKey;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy