public class DataWriteUtils extends Object
Constructor and Description |
---|
DataWriteUtils()
Creates a new instance of DataWriteUtils
|
Modifier and Type | Method and Description |
---|---|
static String |
getEscaped(String sValue) |
static String |
getSQLValue(Boolean bValue) |
static String |
getSQLValue(Date dValue) |
static String |
getSQLValue(Double dValue) |
static String |
getSQLValue(Integer iValue) |
static String |
getSQLValue(Object obj) |
static String |
getSQLValue(String sValue) |
Copyright © 2021. All rights reserved.