Describes a single column in database.
More...
#include <content_adapter_configuration.hpp>
|
string | m_column |
| The name of the database column.
|
|
string | m_dynamicSourceName |
| Name of a external object.
|
|
string | m_lookupColumn |
| The column that can be used to filter out certain results from the items.
|
|
string | m_name |
| The name of the data field.
|
|
string | m_preloadUrl |
| If resource, a placeholder resource to be shown while preloading.
|
|
DataObject::Type | m_type |
| The type of the data field.
|
|
Describes a single column in database.
◆ Field() [1/3]
kanzi::connect::ContentAdapterConfiguration::Field::Field |
( |
const string & | column, |
|
|
DataObject::Type | type, |
|
|
const string & | name ) |
Constructor.
- Parameters
-
column | Name of the column in table. |
type | Datatype of the column. |
name | Name of the data object that holds the output value. |
◆ Field() [2/3]
kanzi::connect::ContentAdapterConfiguration::Field::Field |
( |
const Field & | other | ) |
|
|
default |
Copy constructor.
- Parameters
-
◆ Field() [3/3]
kanzi::connect::ContentAdapterConfiguration::Field::Field |
( |
Field && | other | ) |
|
Move constructor.
- Parameters
-
other | Other field to move from |
◆ fillOverrideValues()
bool kanzi::connect::ContentAdapterConfiguration::Field::fillOverrideValues |
( |
const Field & | overriderField | ) |
|
Override this fields data with data from another field.
- Parameters
-
overriderField | Instance whose data is used |
◆ operator=() [1/2]
Field & kanzi::connect::ContentAdapterConfiguration::Field::operator= |
( |
const Field & | other | ) |
|
|
default |
Copy assignment operator.
- Parameters
-
other | Other field to assign to this |
◆ operator=() [2/2]
Field & kanzi::connect::ContentAdapterConfiguration::Field::operator= |
( |
Field && | other | ) |
|
Move assignment.
- Parameters
-
other | Other field to move from |
◆ m_column
string kanzi::connect::ContentAdapterConfiguration::Field::m_column |
The name of the database column.
◆ m_dynamicSourceName
string kanzi::connect::ContentAdapterConfiguration::Field::m_dynamicSourceName |
Name of a external object.
◆ m_lookupColumn
string kanzi::connect::ContentAdapterConfiguration::Field::m_lookupColumn |
The column that can be used to filter out certain results from the items.
◆ m_name
string kanzi::connect::ContentAdapterConfiguration::Field::m_name |
The name of the data field.
◆ m_preloadUrl
string kanzi::connect::ContentAdapterConfiguration::Field::m_preloadUrl |
If resource, a placeholder resource to be shown while preloading.
◆ m_type
DataObject::Type kanzi::connect::ContentAdapterConfiguration::Field::m_type |
The type of the data field.
The documentation for this class was generated from the following file:
- connect/kanzi_adaptation/datasource/content_adapter_configuration.hpp