MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / BindInt

Method BindInt

tensorflow/core/lib/db/sqlite.h:206–209  ·  view source on GitHub ↗

\brief Binds signed 64-bit integer to 1-indexed query parameter.

Source from the content-addressed store, hash-verified

204
205 /// \brief Binds signed 64-bit integer to 1-indexed query parameter.
206 void BindInt(int parameter, int64 value) {
207 Update(sqlite3_bind_int64(stmt_, parameter, value), parameter);
208 size_ += sizeof(int64);
209 }
210 void BindInt(const char* parameter, int64 value) {
211 BindInt(GetParameterIndex(parameter), value);
212 }

Callers 14

TEST_FFunction · 0.80
TESTFunction · 0.80
SetDescriptionFunction · 0.80
LOCKS_EXCLUDEDMethod · 0.80
SaveNodeInputsMethod · 0.80
SaveNodesMethod · 0.80
SaveGraphMethod · 0.80
LOCKS_EXCLUDEDMethod · 0.80
LOCKS_EXCLUDEDMethod · 0.80
UpdateMethod · 0.80
SeriesWriterClass · 0.80

Calls 1

UpdateFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TESTFunction · 0.64