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

org.springframework.data.relational.core.dialect.InsertWithDefaultValues Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package org.springframework.data.relational.core.dialect;

/**
 * This interface aggregates information about an Insert with default values statement.
 * 
 * @author Mikhail Polivakha
 * @since 2.4
 */
public interface InsertWithDefaultValues {

	/**
	 * @return the part of the sql statement, that follows after INSERT INTO table
	 */
	String getDefaultInsertPart();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy