public interface

ColumnType

com.neomades.database.ColumnType
Known Indirect Subclasses

Class Overview

Type of column's value.

Summary

Constants
int FIELD_TYPE_BLOB Value returned by getType(int) if the specified column type is blob
int FIELD_TYPE_FLOAT Value returned by getType(int) if the specified column type is float
int FIELD_TYPE_INTEGER Value returned by getType(int) if the specified column type is integer
int FIELD_TYPE_NULL Value returned by getType(int) if the specified column is null
int FIELD_TYPE_STRING Value returned by getType(int) if the specified column type is string

Constants

public static final int FIELD_TYPE_BLOB

Value returned by getType(int) if the specified column type is blob

Constant Value: 4 (0x00000004)

public static final int FIELD_TYPE_FLOAT

Value returned by getType(int) if the specified column type is float

Constant Value: 2 (0x00000002)

public static final int FIELD_TYPE_INTEGER

Value returned by getType(int) if the specified column type is integer

Constant Value: 1 (0x00000001)

public static final int FIELD_TYPE_NULL

Value returned by getType(int) if the specified column is null

Constant Value: 0 (0x00000000)

public static final int FIELD_TYPE_STRING

Value returned by getType(int) if the specified column type is string

Constant Value: 3 (0x00000003)