| Package | Description |
|---|---|
| com.suncode.cuf.sql.query | |
| com.suncode.cuf.sql.query.type | |
| com.suncode.cuf.xpdl.type |
| Modifier and Type | Method and Description |
|---|---|
SqlType |
ParamValue.getType() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqlType> |
SelectQuery.getScalars() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectQuery.addScalar(String alias,
SqlType type) |
void |
ParamValue.setType(SqlType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectQuery.setScalars(Map<String,SqlType> scalars) |
| Constructor and Description |
|---|
ParamValue(String name,
Object value,
SqlType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateType |
class |
DoubleType |
class |
FloatType |
class |
IntegerType |
class |
LongType |
class |
StringType |
| Modifier and Type | Field and Description |
|---|---|
static SqlType |
SqlTypes.DATE |
static SqlType |
SqlTypes.DOUBLE |
static SqlType |
SqlTypes.INTEGER |
static SqlType |
SqlTypes.LONG |
static SqlType |
SqlTypes.STRING |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VariableType |
Copyright © 2014 Suncode. All rights reserved.