Class StatementsCqlScript

  • All Implemented Interfaces:
    CqlScript

    public class StatementsCqlScript
    extends Object
    implements CqlScript
    A CqlScript implementation that wraps a predefined list of CQL statements.
    Since:
    5.0.0
    Author:
    Dmytro Nosan
    • Constructor Detail

      • StatementsCqlScript

        public StatementsCqlScript​(List<? extends String> statements)
        Constructs a StatementsCqlScript with the specified list of CQL statements.
        Parameters:
        statements - the list of CQL statements (must not be null)
        Throws:
        NullPointerException - if statements is null