Uses of Interface
eu.europa.esig.dss.spi.client.jdbc.record.SqlRecord
Packages that use SqlRecord
Package
Description
-
Uses of SqlRecord in eu.europa.esig.dss.spi.client.jdbc
Methods in eu.europa.esig.dss.spi.client.jdbc that return types with arguments of type SqlRecordModifier and TypeMethodDescriptionJdbcCacheConnector.select(SqlSelectQuery selectQuery, Object... arguments) This method executes the query and returns a collection of selected objects -
Uses of SqlRecord in eu.europa.esig.dss.spi.client.jdbc.query
Methods in eu.europa.esig.dss.spi.client.jdbc.query that return SqlRecordModifier and TypeMethodDescriptionprotected abstract SqlRecordReturns response from the givenResultSetrow positionMethods in eu.europa.esig.dss.spi.client.jdbc.query that return types with arguments of type SqlRecordModifier and TypeMethodDescriptionSqlSelectQuery.getRecords(ResultSet rs) Extracts a collection ofSqlRecords fromResultSet -
Uses of SqlRecord in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation with parameters of type SqlRecordModifier and TypeMethodDescriptionprotected abstract RevocationToken<R> JdbcRevocationSource.buildRevocationTokenFromResult(SqlRecord response, eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken) BuildsRevocationTokenfrom the obtainedResultSet