congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
StdJDBCDelegate.deleteBlobTrigger
Code IndexAdd Tabnine to your IDE (free)

How to use
deleteBlobTrigger
method
in
org.quartz.impl.jdbcjobstore.StdJDBCDelegate

Best Java code snippets using org.quartz.impl.jdbcjobstore.StdJDBCDelegate.deleteBlobTrigger (Showing top 2 results out of 315)

origin: quartz-scheduler/quartz

protected void deleteTriggerExtension(Connection conn, TriggerKey triggerKey) throws SQLException {
  for(TriggerPersistenceDelegate tDel: triggerPersistenceDelegates) {
    if(tDel.deleteExtendedTriggerProperties(conn, triggerKey) > 0)
      return; // as soon as one affects a row, we're done.
  }
  
  deleteBlobTrigger(conn, triggerKey); 
}
origin: quartz-scheduler/quartz

protected void deleteTriggerExtension(Connection conn, TriggerKey triggerKey) throws SQLException {
  for(TriggerPersistenceDelegate tDel: triggerPersistenceDelegates) {
    if(tDel.deleteExtendedTriggerProperties(conn, triggerKey) > 0)
      return; // as soon as one affects a row, we're done.
  }
  
  deleteBlobTrigger(conn, triggerKey); 
}
org.quartz.impl.jdbcjobstoreStdJDBCDelegatedeleteBlobTrigger

Javadoc

Delete the cron trigger data for a trigger.

Popular methods of StdJDBCDelegate

  • canUseProperties
  • closeResultSet
    Cleanup helper method that closes the given ResultSet while ignoring any errors.
  • closeStatement
    Cleanup helper method that closes the given Statement while ignoring any errors.
  • convertFromProperty
    convert the JobDataMap into a list of properties
  • convertToProperty
    convert the JobDataMap into a list of properties
  • getBoolean
    Retrieves the value of the designated column in the current row as a boolean. This just wraps Result
  • getKeyOfNonSerializableValue
    Find the key of the first non-serializable value in the given Map.
  • getMapFromProperties
    build Map from java.util.Properties encoding.
  • getObjectFromBlob
    This method should be overridden by any delegate subclasses that need special handling for BLOBs. T
  • rtp
    Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
  • selectTrigger
    Select a trigger.
  • selectTriggerJobDataMap
    Select a trigger's JobDataMap.
  • selectTrigger,
  • selectTriggerJobDataMap,
  • serializeJobData,
  • serializeObject,
  • serializeProperties,
  • setBoolean,
  • setBytes,
  • addDefaultTriggerPersistenceDelegates,
  • addTriggerPersistenceDelegate

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Notification (javax.management)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Join (org.hibernate.mapping)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now