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

com.rethinkdb.gen.ast.CoerceTo Maven / Gradle / Ivy

The newest version!
// Autogenerated by metajava.py.
// Do not edit this file directly.
// The template for this file is located at:
// ../../../../../../../../templates/AstSubclass.java

package com.rethinkdb.gen.ast;

import com.rethinkdb.gen.proto.TermType;
import com.rethinkdb.gen.exc.ReqlDriverError;
import com.rethinkdb.model.Arguments;
import com.rethinkdb.model.OptArgs;
import com.rethinkdb.ast.ReqlAst;

public class CoerceTo extends ReqlExpr {

    public CoerceTo(Object arg) {
        this(new Arguments(arg), null);
    }
    public CoerceTo(Arguments args) {
        this(args, null);
    }
    public CoerceTo(Arguments args, OptArgs optargs) {
        super(TermType.COERCE_TO, args, optargs);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy