public final class Util
extends java.lang.Object
This class contains utility functions for use in all delegate classes.
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
query - the unsubstitued querytablePrefix - the table prefix