MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isNumeric

Method isNumeric

src/common/dsc.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 bool isNumeric() const
153 {
154 return DTYPE_IS_NUMERIC(dsc_dtype);
155 }
156
157 bool isText() const
158 {

Callers 3

dsqlPassMethod · 0.80
cmp_numeric_stringFunction · 0.80
BTR_types_comparableFunction · 0.80

Calls 1

DTYPE_IS_NUMERICFunction · 0.85

Tested by

no test coverage detected