This package contains classes to generate SQL statements for the different database platforms. Usually you shouldn't need to use these classes directly. Rather, get a {@link org.apache.ddlutils.Platform} instance for your database and then get the associated builder from this instance via the {@link org.apache.ddlutils.Platform#getSqlBuilder()} method.