You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Dy...@Sun.COM on 2007/10/04 11:10:11 UTC

Re: static sql in derby

Dimple Bhatia <di...@gmail.com> writes:

> Hi,
> Does Derby support static sql or it only supports dynamic sql?

It supports JDBC which I believe could be labeled as dynamic SQL. (But
please don't take that to mean that every statement needs to be
created on the fly. JDBC has PreparedStatements which allows you to
reuse statements without compiling them).

-- 
dt