|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.metadata.mtm.MtmDataType
Specifies the SQL data type characteristics for the mapping of an OLAP API data type to a SQL representation of that data type.
Constructor Summary | |
MtmDataType(java.lang.String sqlDataType, int sqlDataTypeLength, int sqlDataTypePrecision, boolean isNullable) Creates a new MtmDataType . |
Method Summary | |
java.lang.String |
getSqlDataType() Gets the SQL data type for this MtmDataType . |
int |
getSqlDataTypeLength() Gets the length of the SQL data type for this MtmDataType . |
int |
getSqlDataTypePrecision() Gets the precision value for this MtmDataType . |
boolean |
isNullable() Indicates whether the value of this MtmDataType can be null . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MtmDataType(java.lang.String sqlDataType, int sqlDataTypeLength, int sqlDataTypePrecision, boolean isNullable)
MtmDataType
.sqlDataType
- A String
that specifies the SQL data type for this MtmDataType
.sqlDataTypeLength
- An integer that specifies the length of the SQL data type for this MtmDataType
.sqlDataTypePrecision
- An integer that specifies the precision value for this MtmDataType
.isNullable
- A boolean
that specifies whether the value of this MtmDataType
can be null
.Method Detail |
public java.lang.String getSqlDataType()
MtmDataType
.String
that identifies the SQL data type for this MtmDataType
.public int getSqlDataTypeLength()
MtmDataType
.MtmDataType
.public int getSqlDataTypePrecision()
MtmDataType
.MtmDataType
.public boolean isNullable()
MtmDataType
can be null
.boolean
that indicates whether the value of this MtmDataType
can be null
.
|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |