Home
last modified time | relevance | path

Searched refs:byPrecision (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/oci/
H A Dogrocisession.cpp426 unsigned short byPrecision = 0; in GetParmInfo() local
430 OCIAttrGet( hParmDesc, OCI_DTYPE_PARAM, (dvoid **)&byPrecision, in GetParmInfo()
441 szTermColName, nScale, byPrecision ); in GetParmInfo()
443 if( byPrecision > 255 ) in GetParmInfo()
444 byPrecision = byPrecision / 256; in GetParmInfo()
451 poOGRDefn->SetWidth( byPrecision ); in GetParmInfo()
454 else if( byPrecision < 38 ) in GetParmInfo()
456 poOGRDefn->SetType( (byPrecision < 10) ? OFTInteger : OFTInteger64 ); in GetParmInfo()
457 poOGRDefn->SetWidth( byPrecision ); in GetParmInfo()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocisession.cpp477 unsigned short byPrecision = 0; in GetParamInfo() local
481 OCIAttrGet( hParamDesc, OCI_DTYPE_PARAM, &byPrecision, in GetParamInfo()
492 szTermColName, nScale, byPrecision ); in GetParamInfo()
494 if( byPrecision > 255 ) in GetParamInfo()
495 byPrecision = byPrecision / 256; in GetParamInfo()
502 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
505 else if( byPrecision < 38 ) in GetParamInfo()
507 poOGRDefn->SetType( (byPrecision < 10) ? OFTInteger : OFTInteger64 ); in GetParamInfo()
508 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocisession.cpp477 unsigned short byPrecision = 0; in GetParamInfo() local
481 OCIAttrGet( hParamDesc, OCI_DTYPE_PARAM, &byPrecision, in GetParamInfo()
492 szTermColName, nScale, byPrecision ); in GetParamInfo()
494 if( byPrecision > 255 ) in GetParamInfo()
495 byPrecision = byPrecision / 256; in GetParamInfo()
502 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
505 else if( byPrecision < 38 ) in GetParamInfo()
507 poOGRDefn->SetType( (byPrecision < 10) ? OFTInteger : OFTInteger64 ); in GetParamInfo()
508 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocisession.cpp477 unsigned short byPrecision = 0; in GetParamInfo() local
481 OCIAttrGet( hParamDesc, OCI_DTYPE_PARAM, &byPrecision, in GetParamInfo()
492 szTermColName, nScale, byPrecision ); in GetParamInfo()
494 if( byPrecision > 255 ) in GetParamInfo()
495 byPrecision = byPrecision / 256; in GetParamInfo()
502 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
505 else if( byPrecision < 38 ) in GetParamInfo()
507 poOGRDefn->SetType( (byPrecision < 10) ? OFTInteger : OFTInteger64 ); in GetParamInfo()
508 poOGRDefn->SetWidth( byPrecision ); in GetParamInfo()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaporaclespatial.c2907 unsigned short byPrecision = 0; in msOracleSpatialGetFieldDefn() local
2911 (dvoid*)&byPrecision ,(ub4 *)0, in msOracleSpatialGetFieldDefn()
2919 if( byPrecision > 255 ) in msOracleSpatialGetFieldDefn()
2920 byPrecision = byPrecision / 256; in msOracleSpatialGetFieldDefn()
2924 sprintf( gml_width, "%d", byPrecision ); in msOracleSpatialGetFieldDefn()
2930 if( byPrecision < 38 ) in msOracleSpatialGetFieldDefn()
2931 sprintf( gml_width, "%d", byPrecision ); in msOracleSpatialGetFieldDefn()