com.ap.straight
Class SQL

java.lang.Object
  extended bycom.ap.straight.SQL

public class SQL
extends java.lang.Object


Constructor Summary
SQL()
           
 
Method Summary
static java.lang.String normalize(java.lang.String sql)
          Transforms the given SQL script to a canonical form (removes all unecessary spaces and convert every character to its lower case)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQL

public SQL()
Method Detail

normalize

public static java.lang.String normalize(java.lang.String sql)
Transforms the given SQL script to a canonical form (removes all unecessary spaces and convert every character to its lower case)

Parameters:
sql - the sql string to transform
Returns:
the canonical form of the sql