com.hp.hpl.jena.sdb.sql
Class FunctionsSQL

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.FunctionsSQL

public class FunctionsSQL
extends Object

General purpose SQL-related manipulation


Constructor Summary
FunctionsSQL()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionsSQL

public FunctionsSQL()
Method Detail

sqlSafeChar

public static boolean sqlSafeChar(String str)

replace

public static String replace(String str,
                             String[] fromArray,
                             String[] toArray)

isLowerCaseSqlChar

public static boolean isLowerCaseSqlChar(char ch)

isSqlDigit

public static boolean isSqlDigit(char ch)

toSQLdatetimeString

public static String toSQLdatetimeString(String lex)
Turn the lexical form of an XSD date into what SQL believes in



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.