Uses of Class
org.dbunit.ext.oracle.OracleSdoElemInfoArray
Packages that use OracleSdoElemInfoArray
-
Uses of OracleSdoElemInfoArray in org.dbunit.ext.oracle
Methods in org.dbunit.ext.oracle that return OracleSdoElemInfoArrayModifier and TypeMethodDescriptionOracleSdoGeometry.getSdoElemInfo()Returns the SDO_ELEM_INFO attribute.Methods in org.dbunit.ext.oracle with parameters of type OracleSdoElemInfoArrayModifier and TypeMethodDescriptionvoidOracleSdoGeometry.setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) Sets the SDO_ELEM_INFO attribute.Constructors in org.dbunit.ext.oracle with parameters of type OracleSdoElemInfoArrayModifierConstructorDescriptionOracleSdoGeometry(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) Constructs a geometry with the given attribute values.