mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
drivers bugfix different parameter name decl./def.
This commit is contained in:
@@ -85,9 +85,9 @@ namespace Orm::Drivers
|
||||
/*! Get the table name a field belongs to. */
|
||||
inline QString tableName() const noexcept;
|
||||
/*! Set the table name for the current field. */
|
||||
inline void setTableName(const QString &tableName) noexcept;
|
||||
inline void setTableName(const QString &table) noexcept;
|
||||
/*! Set the table name for the current field. */
|
||||
inline void setTableName(QString &&tableName) noexcept;
|
||||
inline void setTableName(QString &&table) noexcept;
|
||||
|
||||
/*! Get the field default value. */
|
||||
inline QVariant defaultValue() const;
|
||||
|
||||
Reference in New Issue
Block a user