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

org.onetwo.dbm.jdbc.spi.SqlParametersProvider Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.jdbc.spi;

import java.util.List;

public interface SqlParametersProvider {

	public Object[] getSqlParameters();
	public List getSqlParameterList();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy