Constant Field Values


Contents
com.googlecode.*

com.googlecode.jpattern.orm.IOrmConstants
public static final String ROW_NAME_PREFIX_PLACEHOLDER "?"

com.googlecode.jpattern.orm.mapper.Constant
public static final String COLUMN_DATA_TYPE "DATA_TYPE"
public static final String COLUMN_DATA_TYPE_FK "FKDATA_TYPE"
public static final int COLUMN_IDENTIFYING_ORDER -1
public static final String COLUMN_NAME "COLUMN_NAME"
public static final String COLUMN_NAME_FK "FKCOLUMN_NAME"
public static final String COLUMN_NAME_PK "PKCOLUMN_NAME"
public static final String COLUMN_NAME_TABLE_FK "FKTABLE_NAME"
public static final String COLUMN_NAME_TABLE_PK "PKTABLE_NAME"
public static final String COLUMN_NULLABLE "NULLABLE"
public static final int COLUMN_ZERO_TYPE -2147483648

com.googlecode.jpattern.orm.query.select.ISelectRegexPattern
public static final String SQL_SELECT_PROPERTY_PATTERN "[a-zA-Z_0-9]+[\\.][a-zA-Z_0-9]+[\\.][a-zA-Z_0-9]+|[a-zA-Z_0-9]+[\\.][a-zA-Z_0-9]+"
public static final String SQL_SELECT_SPLIT_PATTERN "[^,]*[\\(][^\\)]*[\\)][^,]*|[^,]+"

com.googlecode.jpattern.orm.util.Constants
public static final String GET_METHOD_PREFIX "get"
public static final String IS_METHOD_PREFIX "is"
public static final String SET_METHOD_PREFIX "set"



Copyright © 2011. All Rights Reserved.