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

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

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

import lombok.Data;

@Data
public class AbstractRawItem {
    private String tableCat;
    private String tableSchem;
    private String tableName;
    private Boolean isLast;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy