AsCassandraInstanceSyntax

implicit
class AsCassandraInstanceSyntax[A](value: A)(implicit evidence$3: SqlInstanceToCassandra[A])

Extension methods that allow any other type instance to be converted into a Cassandra CreateTable

Type Params
A

any type from the library with SqlInstanceConversion

class Object
trait Matchable
class Any

Value members

Concrete methods

def asCassandra(tableName: String, primaryKey: String): CreateTable