public abstract class SqlUtils extends Object
| Constructor and Description |
|---|
SqlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
printIf(boolean condition,
String format,
Object... objects)
Display string
String.format(format, objects) only if condition is true |
Copyright © 2018. All rights reserved.