コード例 #1
0
ファイル: COLUMNS.go プロジェクト: elliott-stroud/modelq
func (o _ColumnsObjs) Delete() _ColumnsQuery {
	q := _ColumnsQuery{}
	q.Query = gmq.Delete(o)
	return q
}
コード例 #2
0
ファイル: user.go プロジェクト: elliott-stroud/modelq
func (o _UserObjs) Delete() _UserQuery {
	q := _UserQuery{}
	q.Query = gmq.Delete(o)
	return q
}
コード例 #3
0
ファイル: comment.go プロジェクト: elliott-stroud/modelq
func (o _CommentObjs) Delete() _CommentQuery {
	q := _CommentQuery{}
	q.Query = gmq.Delete(o)
	return q
}
コード例 #4
0
func (o _TableConstraintsObjs) Delete() _TableConstraintsQuery {
	q := _TableConstraintsQuery{}
	q.Query = gmq.Delete(o)
	return q
}
コード例 #5
0
func (o _KeyColumnUsageObjs) Delete() _KeyColumnUsageQuery {
	q := _KeyColumnUsageQuery{}
	q.Query = gmq.Delete(o)
	return q
}
コード例 #6
0
ファイル: article.go プロジェクト: elliott-stroud/modelq
func (o _ArticleObjs) Delete() _ArticleQuery {
	q := _ArticleQuery{}
	q.Query = gmq.Delete(o)
	return q
}