HDK
|
This is the complete list of members for UT_SqlStatement, including all inherited members.
as(UT_ErrorCode *ec=nullptr) | UT_SqlStatement | inline |
bind(int idx, null_tag_t) | UT_SqlStatement | inline |
bind(int idx, const UT_StringRef &value) | UT_SqlStatement | inline |
bind(int idx, const char *value) | UT_SqlStatement | inline |
bind(int idx, int value) | UT_SqlStatement | inline |
bind(int idx, int64 value) | UT_SqlStatement | inline |
bind(int idx, bool value) | UT_SqlStatement | inline |
bind(int idx, double value) | UT_SqlStatement | inline |
bind(int idx, const UT_IntArray &value) | UT_SqlStatement | inline |
bind(int idx, const UT_Int64Array &value) | UT_SqlStatement | inline |
bind(int idx, const UT_StringArray &value) | UT_SqlStatement | inline |
bind(int idx, const void *value, int size) | UT_SqlStatement | inline |
bind(int idx, Blob blob) | UT_SqlStatement | inline |
bind(int idx, const UT_DateTimeField &dt) | UT_SqlStatement | inline |
bindAll(Args &&...args) | UT_SqlStatement | inline |
bindHelper(int) | UT_SqlStatement | inlineprotected |
bindHelper(int idx, T value, Args &&...args) | UT_SqlStatement | inlineprotected |
bindNull(int idx) | UT_SqlStatement | inline |
Blob typedef | UT_SqlStatement | |
blobTypeString() const | UT_SqlStatement | inline |
boolTypeString() const | UT_SqlStatement | inline |
changes() const | UT_SqlStatement | inline |
columnAsBlob(int idx, int &size) const | UT_SqlStatement | inline |
columnAsBlob(int idx) const | UT_SqlStatement | inline |
columnAsBool(int idx) const | UT_SqlStatement | inline |
columnAsDate(int idx) const | UT_SqlStatement | inline |
columnAsDouble(int idx) const | UT_SqlStatement | inline |
columnAsInt(int idx) const | UT_SqlStatement | inline |
columnAsInt64(int idx) const | UT_SqlStatement | inline |
columnAsInt64Array(int idx) const | UT_SqlStatement | |
columnAsIntArray(int idx) const | UT_SqlStatement | |
columnAsNull(int idx) const | UT_SqlStatement | inline |
columnAsStr(int idx) const | UT_SqlStatement | inline |
columnBytes(int idx) const | UT_SqlStatement | inline |
columnCount() const | UT_SqlStatement | inline |
columnName(int idx) const | UT_SqlStatement | inline |
columnType(int idx) const | UT_SqlStatement | inline |
DataType typedef | UT_SqlStatement | |
dateTimeTypeString() const | UT_SqlStatement | inline |
execute(const UT_StringRef &sql, Args &&...args) | UT_SqlStatement | inline |
execute(const UT_SqlStatementHandleId &id, const UT_StringRef &sql, Args &&...args) | UT_SqlStatement | inline |
fetchAll(UT_ErrorCode *ec=nullptr) | UT_SqlStatement | inline |
fetchOne(UT_ErrorCode *ec=nullptr) | UT_SqlStatement | inline |
fetchRow_(std::index_sequence< Idxs...>) | UT_SqlStatement | inlineprotected |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
get(int idx) const | UT_SqlStatement | inline |
getError() const | UT_SqlStatement | inline |
hasRow() | UT_SqlStatement | inline |
intTypeString() const | UT_SqlStatement | inline |
isValid() const | UT_SqlStatement | inline |
null_tag_t typedef | UT_SqlStatement | |
nullTypeString() const | UT_SqlStatement | inline |
prepare(const UT_StringRef &sql, UT_ErrorCode &ec) | UT_SqlStatement | |
prepare(const UT_SqlStatementHandleId &id, const UT_StringRef &sql, UT_ErrorCode &ec) | UT_SqlStatement | |
realTypeString() const | UT_SqlStatement | inline |
reset(bool clear_bindings=false) | UT_SqlStatement | inline |
run() | UT_SqlStatement | inline |
sql() const | UT_SqlStatement | inline |
step() | UT_SqlStatement | inline |
stringTypeString() const | UT_SqlStatement | inline |
tableExists(const UT_StringRef &name, UT_ErrorCode *ec=nullptr) const | UT_SqlStatement | inline |
UT_NON_COPYABLE(UT_SqlStatement) | UT_SqlStatement | |
UT_SqlStatement(const UT_SqlDatabase &con, const UT_StringRef &sql) | UT_SqlStatement | |
UT_SqlStatement(const UT_SqlDatabase &con) | UT_SqlStatement | |
UT_SqlStatement(const UT_SqlBaseDriver &driver, const UT_StringRef &sql) | UT_SqlStatement | |
UT_SqlStatement(const UT_SqlBaseDriver &driver) | UT_SqlStatement | |
UT_SqlStatement(const UT_SharedPtr< UT_SqlStatementImpl > &impl) | UT_SqlStatement | |
~UT_SqlStatement() | UT_SqlStatement |