Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ encode
Method
encode
src/include/firebird/Message.h:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void encode(IUtil* util, unsigned year, unsigned month, unsigned day)
321
{
322
value = util->encodeDate(year, month, day);
323
}
324
325
public:
326
FbDate& operator=(const ISC_DATE& val)
Callers
7
gen_csv
Method · 0.45
run
Method · 0.45
hexOut
Method · 0.45
evlDateAdd
Function · 0.45
evlDateDiff
Function · 0.45
evlFirstLastDay
Function · 0.45
encode_timestamp
Function · 0.45
Calls
1
encodeDate
Method · 0.45
Tested by
no test coverage detected