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

de.jaggl.sqlbuilder.domain.Valuable Maven / Gradle / Ivy

package de.jaggl.sqlbuilder.domain;

import de.jaggl.sqlbuilder.utils.Indentation;

/**
 * @author Martin Schumacher
 *
 * @since 2.0.0
 */
public interface Valuable
{
    String getValue(BuildingContext context, Indentation indentation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy