dbo.QBM_FCVFloatToHash

SQL_SCALAR_FUNCTION

Created 2025-06-27T17:57:00.650 · modified 2026-04-14T23:14:09.750 · source: live DB sys.objects/sys.sql_expression_dependencies.

Open formatted source/search result

Parameters

NameTypeOutput
varbinaryyes
@infloatno

Referenced objects

SchemaObjectColumn/minorClass
dboQBM_FCVFloatToStringOBJECT_OR_COLUMN
dboQBM_FCVStringToHashOBJECT_OR_COLUMN

Source excerpt

First extracted SQL definition lines from the exported source. Use the full source page for complete context.

Open full formatted source

1  create   function dbo.QBM_FCVFloatToHash(@in Float ) returns varbinary(20) as begin return ( case when @in is null then dbo.QBM_FCVStringToHash
2('') else dbo.QBM_FCVStringToHash(dbo.QBM_FCVFloatToString(@in)) end ) end 
3

Module relation graph

Loading module relation graph…

Source-derived context

Generated from exported SQL module definitions plus read-only sandbox sys.objects/sys.parameters/sys.sql_expression_dependencies metadata. This is factual source evidence, not a semantic guess.

provenance: SQL definition export provenance: sandbox DB metadata modified: 2026-04-14T23:14:09.750

None extracted.

Summary: No calls/DML/dependency patterns extracted by the current parser.

Declared parameters

ParameterTypeDirection
varbinary(20)OUTPUT
@infloatinput

DML targets

None extracted.

Called routines

None extracted.

Read/join references

None extracted.

Config/session

Config: None extracted.

Session: None extracted.

DBQueue/tasks

None extracted.

Temp tables / referenced variables

Temp: None extracted.

Variables: @in

Referenced by / reverse dependencies

Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.

No reverse dependencies extracted.