public class FunctionsSQL extends Object
Constructor and Description |
---|
FunctionsSQL() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLowerCaseSqlChar(char ch) |
static boolean |
isSqlDigit(char ch) |
static String |
replace(String str,
String[] fromArray,
String[] toArray) |
static boolean |
sqlSafeChar(String str) |
static String |
toSQLdatetimeString(String lex)
Turn the lexical form of an XSD date into what SQL believes in
|
public static boolean sqlSafeChar(String str)
public static boolean isLowerCaseSqlChar(char ch)
public static boolean isSqlDigit(char ch)
Licenced under the Apache License, Version 2.0