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

protobuf4j.orm.sql.ITableRef Maven / Gradle / Ivy

The newest version!
package protobuf4j.orm.sql;

/**
 * author: yuanwq
 * date: 2018/7/12
 */
public interface ITableRef extends ISqlObject {

  String getTableName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy