IBM PureQuery: Difference between revisions

Content deleted Content added
Moved existing mark to the beginning. Added mark concerning the use of external links - "Wikipedia:External links".
m Sentence casing for sub-section titles, as per WP:STYLE.
Line 32:
In the inline style, SQL statements can be created “inline” within the code as a java String object. This dynamically generated statement is passed as a String parameter to the pureQuery Data interface method. The inline style was based on an early draft enhancement to the [http://java.sun.com/products/jdbc/download.html#corespec40 JDBC 4.0] specification, although it is not in the final JDBC 4.0 spec.
 
==pureQuery Java API Codecode Samplesample==
 
Inline Style Example:
Line 80:
**Choose at deployment time instead of development time
 
==.NET Supportsupport==
.NET support was added in the pureQuery 2.1 release. It currently has support of the pureQuery Client optimization feature which allows dynamic SQL execution .NET programs to be converted to static SQL execution.