----------------------------JDK帮助文档----------------------------
java.sql 
Interface DatabaseMetaDatasupportsStoredProcedures
public boolean supportsStoredProcedures()
                                 throws SQLException
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax. Returns:
true if so; false otherwise 
Throws: 
SQLException - if a database access error occurs
----------------------------华丽分割线----------------------------看不懂..各位大大可以给个例子么?