public class PreparedStatementBuilder extends Object
| Constructor and Description |
|---|
PreparedStatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static int |
namedParameterCount(String raw)
Given a string (statement) it counts all valid placeholders
|
static String |
replacePlaceholders(String raw)
This method return a String that is the original raw string with all valid placeholders replaced with neo4j curly brackets notation for parameters.
|
public static String replacePlaceholders(String raw)
raw - public static int namedParameterCount(String raw)
raw - Copyright © 2016 LARUS Business Automation Srl. All rights reserved.