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

db.sql.api.impl.cmd.basic.TableField Maven / Gradle / Ivy

package db.sql.api.impl.cmd.basic;

public class TableField extends DatasetField {

    public TableField(Table table, String name) {
        super(table, name);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy