| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc | |
| com.sun.jdo.spi.persistence.support.sqlstore.query.util.type |
| Modifier and Type | Field and Description |
|---|---|
protected TypeTable |
JQLC.typetab |
| Modifier and Type | Field and Description |
|---|---|
protected TypeTable |
ClassType.typetab
The associated type table.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeTable |
TypeTable.getInstance(ClassLoader classLoader) |
| Constructor and Description |
|---|
ClassType(String name,
Class clazz,
int enumType,
TypeTable typetab) |
ClassType(String name,
Class clazz,
TypeTable typetab) |
DateType(String name,
Class clazz,
int enumType,
TypeTable typetab) |
MathType(String name,
Class clazz,
int enumType,
TypeTable typetab) |
NumericWrapperClassType(String name,
Class clazz,
int enumType,
PrimitiveType primitiveType,
TypeTable typetab) |
StringType(TypeTable typetab) |
WrapperClassType(String name,
Class clazz,
int enumType,
PrimitiveType primitiveType,
TypeTable typetab) |
Copyright © 2017. All rights reserved.