insertPrimary

fun insertPrimary(schema: TableSchema, entity: Any, ttlSeconds: Int? = null, ifNotExists: Boolean = false, timestampMicros: Long? = null, consistency: KandraConsistency? = null): BoundStatement