Class StringCqlScript

  • All Implemented Interfaces:
    CqlScript

    public class StringCqlScript
    extends AbstractCqlScript
    A CqlScript implementation that encapsulates a CQL script as a plain string.
    Since:
    4.0.0
    Author:
    Dmytro Nosan
    • Constructor Detail

      • StringCqlScript

        public StringCqlScript​(String script)
        Constructs a new StringCqlScript using the given CQL script.
        Parameters:
        script - the CQL script as a string (must not be null)
        Throws:
        NullPointerException - if script is null