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

dev.fuxing.airtable.formula.TextOperator Maven / Gradle / Ivy

The newest version!
package dev.fuxing.airtable.formula;

/**
 * @see Text operators and functions
 * 

* Created by: Fuxing * Date: 2019-04-21 * Time: 02:04 */ public interface TextOperator extends AirtableOperator { // For Operator: '&' // Equivalent to CONCATENATE().
// In order not to confuse '&' with 'AND', use CONCATENATE instead. }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy