public interface StatementLocator
| Modifier and Type | Method and Description | 
|---|---|
| String | locate(String name,
      StatementContext ctx)Use this to map from a named statement to SQL. | 
String locate(String name, StatementContext ctx) throws Exception
name - The name of the statement, as provided to a HandleException - if anything goes wrong, jDBI will percolate expected exceptionsCopyright © 2018. All rights reserved.