
com.nfwork.dbfound.model.dsql.SignedExpressionResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.model.dsql;
import com.nfwork.dbfound.core.Context;
import com.nfwork.dbfound.exception.DSqlNotSupportException;
import net.sf.jsqlparser.expression.Expression;
import net.sf.jsqlparser.expression.SignedExpression;
import java.util.List;
public class SignedExpressionResolver extends DSqlValueResolver {
@Override
public Object getValue(Expression expression, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy