Class SingleSqlQuery
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.SqlQuery
-
- com.evolveum.midpoint.repo.sql.data.SingleSqlQuery
-
@Deprecated public class SingleSqlQuery extends SqlQuery
Deprecated.use Querydsl from "pure" package and remove this
-
-
Constructor Summary
Constructors Constructor Description SingleSqlQuery(String query, Map<Integer,Object> parameters)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PreparedStatement
createPreparedStatement(Connection con)
Deprecated.PreparedStatement
createPreparedStatement(Connection con, String[] keyColumn)
Deprecated.void
execute(Connection connection)
Deprecated.Map<Integer,Object>
getParameters()
Deprecated.String
getQuery()
Deprecated.-
Methods inherited from class com.evolveum.midpoint.repo.sql.data.SqlQuery
addParametersToStatement, getPrimaryKeys, setDatabase, setPrimaryKeys, toRepoType
-
-
-
-
Method Detail
-
createPreparedStatement
public PreparedStatement createPreparedStatement(Connection con) throws SQLException
Deprecated.- Specified by:
createPreparedStatement
in classSqlQuery
- Throws:
SQLException
-
createPreparedStatement
public PreparedStatement createPreparedStatement(Connection con, String[] keyColumn) throws SQLException
Deprecated.- Throws:
SQLException
-
getQuery
public String getQuery()
Deprecated.
-
execute
public void execute(Connection connection) throws SQLException
Deprecated.- Specified by:
execute
in classSqlQuery
- Throws:
SQLException
-
-