Uses of Class
eu.europa.esig.dss.spi.client.jdbc.query.SqlQuery
Packages that use SqlQuery
Package
Description
-
Uses of SqlQuery in eu.europa.esig.dss.spi.client.jdbc
Methods in eu.europa.esig.dss.spi.client.jdbc with parameters of type SqlQueryModifier and TypeMethodDescriptionintThis method allows to execute a query with a custom set of arguments, such as SELECT, UPDATE or DELETE, by handling an exception.intJdbcCacheConnector.executeThrowable(SqlQuery query) This method allows executing of INSERT, UPDATE or DELETE queries, by throwing an exception in case of an errorbooleanJdbcCacheConnector.tableQuery(SqlQuery query) This method allows table creation, removal and existence check -
Uses of SqlQuery in eu.europa.esig.dss.spi.client.jdbc.query
Subclasses of SqlQuery in eu.europa.esig.dss.spi.client.jdbc.queryModifier and TypeClassDescriptionclassA select query containing logic to extract records from aResultSetMethods in eu.europa.esig.dss.spi.client.jdbc.query that return SqlQueryModifier and TypeMethodDescriptionstatic SqlQuerySqlQuery.createQuery(String queryString) This method creates aSqlQuerywith the given query string -
Uses of SqlQuery in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return SqlQueryModifier and TypeMethodDescriptionprotected abstract SqlQueryJdbcRevocationSource.getCreateTableQuery()Returns CREATE_TABLE sql queryprotected abstract SqlQueryJdbcRevocationSource.getDeleteTableQuery()Returns an sql query to remove a table from DBprotected abstract SqlQueryJdbcRevocationSource.getInsertRevocationTokenEntryQuery()Returns an SQL query to insert a new revocation token to a tableprotected abstract SqlQueryJdbcRevocationSource.getRemoveRevocationTokenEntryQuery()Returns an sql query to remove a revocation token from DBprotected abstract SqlQueryJdbcRevocationSource.getTableExistenceQuery()Returns an sql query to check table existenceprotected abstract SqlQueryJdbcRevocationSource.getUpdateRevocationTokenEntryQuery()Returns an SQL query to update a revocation token in a table