cymple.builder.Create

class cymple.builder.Create(query)

Bases: Query

A class for representing a “CREATE” clause.

__init__(query)

Initialize the query object.

Methods

__init__(query)

Initialize the query object.

create()

Concatenate the "CREATE" clause.

cypher(cypher_query_str)

Concatenate a cypher query string

get()

Get the final query string .

create()

Concatenate the “CREATE” clause.

Returns:

A Query object with a query that contains the new clause.

Return type:

CreateAvailable

cypher(cypher_query_str)

Concatenate a cypher query string

get()

Get the final query string .