public class H2Attribute extends Object implements AttributeSpi
Constructor and Description |
---|
H2Attribute() |
Modifier and Type | Method and Description |
---|---|
String |
getSqlDefinition() |
String |
getSqlType() |
void |
init(Attribute attribute)
Invoked by Celerio, when this AttributeSpi is binded on an attribute instance.
|
String |
velocityVar()
The var name under which this AttributeSpi is available during template evaluation.
|
public void init(Attribute attribute)
AttributeSpi
init
in interface AttributeSpi
public String velocityVar()
AttributeSpi
velocityVar()
methods returns myextension
,
the corresponding AttributeSpi implementation instance is given by $attribute.myextension
.velocityVar
in interface AttributeSpi
public String getSqlType()
public String getSqlDefinition()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.