Uses of Class
org.neo4j.jdbc.translator.impl.SqlToCypherConfig.Builder
-
Uses of SqlToCypherConfig.Builder in org.neo4j.jdbc.translator.impl
Methods in org.neo4j.jdbc.translator.impl that return SqlToCypherConfig.BuilderModifier and TypeMethodDescriptionstatic SqlToCypherConfig.BuilderSqlToCypherConfig.builder()A builder for creating newconfiguration objects.SqlToCypherConfig.modify()Allows modifying this configuration.SqlToCypherConfig.Builder.withAlwaysEscapeNames(boolean alwaysEscapeNames) Configure whether names should be always escaped.SqlToCypherConfig.Builder.withCacheEnabled(boolean cacheSetting) Enables caching.SqlToCypherConfig.Builder.withJoinColumnsToTypeMappings(Map<String, String> newJoinColumnsToTypeMappings) Applies new join column mappings.SqlToCypherConfig.Builder.withJooqDiagnosticLogging(boolean enabled) Enables diagnostic logging for jOOQ.SqlToCypherConfig.Builder.withParseNameCase(org.jooq.conf.ParseNameCase newParseNameCase) Configures how names should be parsed.SqlToCypherConfig.Builder.withParseNamedParamPrefix(String parseNamedParamPrefix) Changes the prefix used for parsing named parameters.SqlToCypherConfig.Builder.withPrecedence(Integer newPrecedence) Configures the precedence for theinstanceto be configured.SqlToCypherConfig.Builder.withPrettyPrint(boolean prettyPrint) Enables or disables pretty printing of the generated Cypher queries.SqlToCypherConfig.Builder.withRenderNameCase(org.jooq.conf.RenderNameCase newRenderNameCase) Configures how SQL names should be parsed.SqlToCypherConfig.Builder.withSqlDialect(org.jooq.SQLDialect newSqlDialect) Applies a newSQLDialectfor both parsing and optionally rendering SQL.SqlToCypherConfig.Builder.withTableToLabelMappings(Map<String, String> newTableToLabelMappings) Applies new table mappings.