Package acdp.types

Interface BooleanType

All Superinterfaces:
Type

public interface BooleanType extends Type
The column type analogon of a Java boolean or Boolean type.

There should be no need for clients to implement this interface.

Author:
Beat Hörmann