You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-user@db.apache.org by Thomas Dudziak <to...@gmail.com> on 2008/04/14 05:46:57 UTC

Re: ddlutils: oracle booleanint mapping

On Tue, Mar 18, 2008 at 4:46 PM, tyju tiui <jc...@yahoo.com> wrote:
> I think I found it ... I just mapped to 'BOOLEAN' instead of 'BOOLEANINT' though I had to look at the TypeMap class to find it ... 'BOOLEAN' isn't a valid type according to the torque / turbine spec.

You could also have used BIT. DdlUtils makes all JDBC types available
whereas Torque/Turbine use a subset and add a few of their own
(BOOLEANINT/BOOLEANCHAR).

Tom