org.springframework.jdbc.core.namedparam
Class ParsedSql

java.lang.Object
  extended by org.springframework.jdbc.core.namedparam.ParsedSql

public class ParsedSql
extends Object

Holds information about a parsed SQL statement.

Since:
2.0
Author:
Thomas Risberg, Juergen Hoeller

Method Summary
 String toString()
          Exposes the original SQL String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Exposes the original SQL String.

Overrides:
toString in class Object