Examples of DropTableCqlGenerator


Examples of org.springframework.cassandra.core.cql.generator.DropTableCqlGenerator

    /* (non-Javadoc)
     * @see org.springframework.cassandra.test.unit.core.cql.generator.TableOperationCqlGeneratorTest#generator()
     */
    @Override
    public DropTableCqlGenerator generator() {
      return new DropTableCqlGenerator(specification);
    }
View Full Code Here

Examples of org.springframework.cassandra.core.cql.generator.DropTableCqlGenerator

    public DropTableSpecification specification() {
      return DropTableSpecification.dropTable().name(name);
    }

    public DropTableCqlGenerator generator() {
      return new DropTableCqlGenerator(specification);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.