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 PreparedStatementcreatePreparedStatement(Connection con)Deprecated.PreparedStatementcreatePreparedStatement(Connection con, String[] keyColumn)Deprecated.voidexecute(Connection connection)Deprecated.Map<Integer,Object>getParameters()Deprecated.StringgetQuery()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:
createPreparedStatementin 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:
executein classSqlQuery- Throws:
SQLException
-
-