com.googlecode.jpattern.orm.mapper
Interface Constant


public interface Constant

Author:
Francesco Cina 22/mag/2011

Field Summary
static String COLUMN_DATA_TYPE
           
static String COLUMN_DATA_TYPE_FK
           
static int COLUMN_IDENTIFYING_ORDER
           
static String COLUMN_NAME
           
static String COLUMN_NAME_FK
           
static String COLUMN_NAME_PK
           
static String COLUMN_NAME_TABLE_FK
           
static String COLUMN_NAME_TABLE_PK
           
static String COLUMN_NULLABLE
           
static int COLUMN_ZERO_TYPE
           
 

Field Detail

COLUMN_ZERO_TYPE

static final int COLUMN_ZERO_TYPE
See Also:
Constant Field Values

COLUMN_IDENTIFYING_ORDER

static final int COLUMN_IDENTIFYING_ORDER
See Also:
Constant Field Values

COLUMN_NAME

static final String COLUMN_NAME
See Also:
Constant Field Values

COLUMN_DATA_TYPE

static final String COLUMN_DATA_TYPE
See Also:
Constant Field Values

COLUMN_NULLABLE

static final String COLUMN_NULLABLE
See Also:
Constant Field Values

COLUMN_NAME_FK

static final String COLUMN_NAME_FK
See Also:
Constant Field Values

COLUMN_NAME_TABLE_FK

static final String COLUMN_NAME_TABLE_FK
See Also:
Constant Field Values

COLUMN_DATA_TYPE_FK

static final String COLUMN_DATA_TYPE_FK
See Also:
Constant Field Values

COLUMN_NAME_PK

static final String COLUMN_NAME_PK
See Also:
Constant Field Values

COLUMN_NAME_TABLE_PK

static final String COLUMN_NAME_TABLE_PK
See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.