package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev

# Structs

ColumnAddNotNullColumnRequireDefaultAdvisor is the advisor checking for adding not null column requires default.
ColumnCommentConventionAdvisor is the advisor checking for column comment convention.
ColumnMaximumCharacterLengthAdvisor is the advisor checking for maximum character length.
ColumnMaximumVarcharLengthAdvisor is the advisor checking for maximum varchar length.
ColumnNoNullAdvisor is the advisor checking for column no NULL value.
ColumnRequireAdvisor is the advisor checking for column requirement.
ColumnRequireDefaultAdvisor is the advisor checking for column default requirement.
ColumnTypeDisallowListAdvisor is the advisor checking for column type disallow list.
IndexKeyNumberLimitAdvisor is the advisor checking for index key number limit.
InsertMustSpecifyColumnAdvisor is the advisor checking for to enforce column specified.
NamingIdentifierCaseAdvisor is the advisor checking for identifier case.
NamingIdentifierNoKeywordAdvisor is the advisor checking for identifier naming convention without keyword.
NamingTableAdvisor is the advisor checking for table naming convention.
NamingTableNoKeywordAdvisor is the advisor checking for table naming convention without keyword.
SelectNoSelectAllAdvisor is the advisor checking for no select all.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TableCommentConventionAdvisor is the advisor checking for table comment convention.
TableNoForeignKeyAdvisor is the advisor checking for table disallow foreign key.
TableRequirePKAdvisor is the advisor checking table requires PK.
TableRequirePKListener is the listener used to collect table requires PK.
WhereNoLeadingWildcardLikeAdvisor is the advisor checking for no leading wildcard LIKE.
WhereRequireForSelectAdvisor is the advisor checking for WHERE clause requirement.
WhereRequireForUpdateDeleteAdvisor is the advisor checking for WHERE clause requirement.