Index

O S 
All Classes and Interfaces|All Packages

O

org.neo4j.cypherdsl.support.schema_name - module org.neo4j.cypherdsl.support.schema_name
This module contains utilities to deal with escaping and sanitizing Cypher identifiers.
org.neo4j.cypherdsl.support.schema_name - package org.neo4j.cypherdsl.support.schema_name
 

S

sanitize(String) - Static method in class org.neo4j.cypherdsl.support.schema_name.SchemaNames
Sanitizes the given input to be used as a valid schema name, adds quotes if necessary
sanitize(String, boolean) - Static method in class org.neo4j.cypherdsl.support.schema_name.SchemaNames
Sanitizes the given input to be used as a valid schema name
sanitize(String, boolean, int, int) - Static method in class org.neo4j.cypherdsl.support.schema_name.SchemaNames
Sanitizes the given input to be used as a valid schema name
SchemaNames - Class in org.neo4j.cypherdsl.support.schema_name
A SchemaName can appear according to the OpenCypher-Spec all the following places: NodePattern aka Label RelationshipPattern aka Type PropertyLookup Some papers refer to a schema name as symbolic names, too.
O S 
All Classes and Interfaces|All Packages