Package acdp.types

Interface IntegerType

All Superinterfaces:
Type

public interface IntegerType extends Type
The column type analogon of a Java int or Integer type.

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

Author:
Beat Hörmann