Searched defs:charType (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DTypeTable.java81 public IntegralType charType; field in class:TypeTable
180 charType = new IntegralType("char", char.class, FieldTypeEnumeration.CHARACTER_PRIMITIVE); //NOI18N
181 types.put(charType.getName(), charType);
214 new NumericWrapperClassType("java.lang.Character", Character.class, FieldTypeEnumeration.CHARACTER, charType, this); //NOI18N
228 charType.setWrapper(charClassType);
345 if (type.equals(byteType) || type.equals(shortType) || type.equals(charType))
419 return (type.equals(charType) || type.equals(charType.getWrapper()));
505 return charType
[all...]
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DTypeSupport.java80 public static final Object charType = "char"; field in class:TypeSupport
151 numericTypes.add(charType);
222 return type.equals(charType) ||
332 result = charType;
357 else if (type.equals(charType))
389 type.equals(charType)) {

Completed in 869 milliseconds