public abstract class TypeMapper
extends java.lang.Object
Title: AggreGate SQL support
Description: SQL interface to aggregate's context tree
SQL to AggreGate SQL and FieldFormat types mapper
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeMapper.Type |
| Constructor and Description |
|---|
TypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
static char |
getFieldFormatByType(TypeMapper.Type t) |
static java.lang.String |
getSqlStringForFieldFormat(char fieldFormat) |
static java.lang.String |
getSqlStringForType(TypeMapper.Type t) |
static TypeMapper.Type |
getSqlTypeForFieldFormat(char fieldFormat) |
static TypeMapper.Type |
getTypeForSqlType(int sqlType) |
public static char getFieldFormatByType(TypeMapper.Type t)
public static TypeMapper.Type getSqlTypeForFieldFormat(char fieldFormat)
public static java.lang.String getSqlStringForFieldFormat(char fieldFormat)
public static TypeMapper.Type getTypeForSqlType(int sqlType)
public static java.lang.String getSqlStringForType(TypeMapper.Type t)