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.service.crl
Methods in eu.europa.esig.dss.service.crl that return SqlQueryModifier and TypeMethodDescriptionprotected SqlQueryJdbcCacheCRLSource.getCreateTableQuery()protected SqlQueryJdbcCacheCRLSource.getDeleteTableQuery()protected SqlQueryJdbcCacheCRLSource.getInsertRevocationTokenEntryQuery()protected SqlQueryJdbcCacheCRLSource.getRemoveRevocationTokenEntryQuery()protected SqlQueryJdbcCacheCRLSource.getTableExistenceQuery()protected SqlQueryJdbcCacheCRLSource.getUpdateRevocationTokenEntryQuery() -
Uses of SqlQuery in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp that return SqlQueryModifier and TypeMethodDescriptionprotected SqlQueryJdbcCacheOCSPSource.getCreateTableQuery()protected SqlQueryJdbcCacheOCSPSource.getDeleteTableQuery()protected SqlQueryJdbcCacheOCSPSource.getInsertRevocationTokenEntryQuery()protected SqlQueryJdbcCacheOCSPSource.getRemoveRevocationTokenEntryQuery()protected SqlQueryJdbcCacheOCSPSource.getTableExistenceQuery()protected SqlQueryJdbcCacheOCSPSource.getUpdateRevocationTokenEntryQuery() -
Uses of SqlQuery in eu.europa.esig.dss.service.x509.aia
Methods in eu.europa.esig.dss.service.x509.aia that return SqlQueryModifier and TypeMethodDescriptionprotected SqlQueryJdbcCacheAIASource.getCreateTableQuery()Returns CREATE_TABLE sql queryprotected SqlQueryJdbcCacheAIASource.getDeleteTableQuery()Returns an sql query to remove a table from DBprotected SqlQueryJdbcCacheAIASource.getInsertCertificateTokenEntryQuery()Returns an SQL query to insert a new CRL to a tableprotected SqlQueryJdbcCacheAIASource.getRemoveCertificateTokenEntryQuery()Returns an sql query to remove a record from DBprotected SqlQueryJdbcCacheAIASource.getTableExistenceQuery()Returns an sql query to check table existence -
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