Kùzu C++ API
Loading...
Searching...
No Matches
binder.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
api.h
"
4
#include "
exception.h
"
5
6
namespace
kuzu
{
7
namespace
common {
8
9
class
KUZU_API
BinderException
:
public
Exception
{
10
public
:
11
explicit
BinderException
(
const
std::string& msg) :
Exception
(
"Binder exception: "
+ msg){};
12
};
13
14
}
// namespace common
15
}
// namespace kuzu
api.h
KUZU_API
#define KUZU_API
Definition
api.h:25
kuzu::common::BinderException
Definition
binder.h:9
kuzu::common::BinderException::BinderException
BinderException(const std::string &msg)
Definition
binder.h:11
kuzu::common::Exception
Definition
exception.h:11
exception.h
kuzu
Definition
alter_type.h:5
headers
binder.h
Generated by
1.12.0