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

com.abubusoft.kripton.processor.sqlite.model.SQLMethod Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
package com.abubusoft.kripton.processor.sqlite.model;

public interface SQLMethod {
	String getName();
	
	String getParentName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy