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

io.army.criteria.postgre.FuncColumnDefCommaClause Maven / Gradle / Ivy

There is a newer version: 0.6.6
Show newest version
package io.army.criteria.postgre;

import io.army.mapping.MappingType;

/**
 * 

* This interface not start with underscore, so this interface can present in application developer code. * * @since 1.0 */ public interface FuncColumnDefCommaClause { FuncColumnDefCommaClause comma(String name, MappingType type); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy