Searched refs:charType (Results 1 - 4 of 4) 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)) {
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DSemantic.g901 secondArgType.getName(), typetab.charType.getName()));
1324 if ((left.equals(typetab.stringType) || left.equals(typetab.charType)) &&
1325 (right.equals(typetab.stringType) || right.equals(typetab.charType)))
1995 | c:CHAR_LITERAL { #c.setJQLType(typetab.charType); }
H A DOptimizer.g727 else if (type.equals(typetab.charType))

Completed in 446 milliseconds