Collection Contents Previous Next PDF

UltraLite Database User's Guide

Dynamic SQL


About this chapter 

Dynamic SQL is the version of SQL available to UltraLite components. This chapter describes the features of the dynamic SQL in UltraLite.

Dynamic SQL statements can be constructed at run time. This is in contrast to the static SQL available to embedded SQL, static C++ API, and static Java API applications, which must have all SQL statements specified at compile time.


Introduction to dynamic SQL
Dynamic SQL expressions
Dynamic SQL operators
Dynamic SQL search conditions
Dynamic SQL statements
Query optimization

Collection Contents Previous Next PDF