|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
PreparedStatementBuilder.java | - | - | - | - |
|
1 |
package com.diasparsoftware.jdbc;
|
|
2 |
|
|
3 |
import java.util.List;
|
|
4 |
|
|
5 |
import com.diasparsoftware.java.sql.PreparedStatementData;
|
|
6 |
|
|
7 |
public interface PreparedStatementBuilder { |
|
8 |
PreparedStatementData getPreparedStatementData(String statementName, |
|
9 |
List domainParameters); |
|
10 |
} |
|