站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

ParsedSql (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

The Spring Framework

Copyright © 2002-2007 The Spring Framework.