doc ifAddColUpdate

This commit is contained in:
zxysilent 2023-03-13 10:39:49 +08:00
parent a432b11c03
commit 402bac0742
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import (
"xorm.io/xorm/schemas" "xorm.io/xorm/schemas"
) )
// ifAddColUpdate add includePrimaryKey
func (statement *Statement) ifAddColUpdate(col *schemas.Column, includeVersion, includeUpdated, includeNil, func (statement *Statement) ifAddColUpdate(col *schemas.Column, includeVersion, includeUpdated, includeNil,
includeAutoIncr, includePrimaryKey, update bool) (bool, error) { includeAutoIncr, includePrimaryKey, update bool) (bool, error) {
columnMap := statement.ColumnMap columnMap := statement.ColumnMap