org.quartz.impl.jdbcjobstore
Class Util

java.lang.Object
  extended by org.quartz.impl.jdbcjobstore.Util

public final class Util
extends java.lang.Object

This class contains utility functions for use in all delegate classes.

Author:
Jeffrey Wescott

Method Summary
static java.lang.String rtp(java.lang.String query, java.lang.String tablePrefix)
           Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rtp

public static java.lang.String rtp(java.lang.String query,
                                   java.lang.String tablePrefix)

Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.

Parameters:
query - the unsubstitued query
tablePrefix - the table prefix
Returns:
the query, with proper table prefix substituted


Copyright 2001-2019, Terracotta, Inc.