|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseParameterMetaData
Method Summary | |
---|---|
int |
getDataType()
Returns the data type of this parameter. |
java.lang.String |
getName()
Returns the name of this parameter. |
int |
getPosition()
Returns the 1-based parameter position of this parameter, as defined by the underlying data provider. |
java.lang.Boolean |
isNullable()
Returns whether a null value is allowed for this parameter. |
java.lang.Boolean |
isOptional()
Returns whether this parameter is optional. |
Method Detail |
---|
java.lang.String getName()
int getPosition()
int getDataType() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.data.DataType
.
DataException
org.eclipse.birt.core.exception.BirtException
java.lang.Boolean isOptional()
java.lang.Boolean isNullable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |