|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlTypeTransform
Strategy to transform one type to another. The transformation is dependent on
the implemented strategy object and in the general case is a function of the
type and the other operands. Can not be used by itself. Must be used in an
object of type SqlTypeTransformCascade
.
This class is an example of the strategy pattern
.
Method Summary | |
---|---|
RelDataType |
transformType(SqlOperatorBinding opBinding,
RelDataType typeToTransform)
Transforms a type. |
Method Detail |
---|
RelDataType transformType(SqlOperatorBinding opBinding, RelDataType typeToTransform)
opBinding
- call context in which transformation is being performedtypeToTransform
- type to be transformed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |