hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLColumnDefinition.setComment
hunt
sql
ast
statement
SQLColumnDefinition
SQLColumnDefinition
Undocumented in source. Be warned that the author may not have intended to support it.
void
setComment
(string comment)
void
setComment
(SQLExpr comment)
class
SQLColumnDefinition
void
setComment
(
SQLExpr
comment
)
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLColumnDefinition
SQLColumnDefinition
classes
Identity
constructors
this
functions
accept0
addConstraint
clone
computeAlias
containsNotNullConstaint
getAsExpr
getCharsetExpr
getComment
getConstraints
getDataType
getDbType
getDefaultExpr
getEnable
getGeneratedAlawsAs
getIdentity
getName
getNameAsString
getOnUpdate
getRely
getStorage
getValidate
isAutoIncrement
isPrimaryKey
isSorted
isVirtual
nameHashCode64
output
replace
setAsExpr
setAutoIncrement
setCharsetExpr
setComment
setDataType
setDbType
setDefaultExpr
setEnable
setGeneratedAlawsAs
setIdentity
setName
setOnUpdate
setRely
setSorted
setStorage
setValidate
setVirtual
simplify
toString
variables
asExpr
autoIncrement
charsetExpr
comment
constraints
dataType
dbType
defaultExpr
enable
generatedAlawsAs
identity
name
onUpdate
rely
sorted
storage
validate
virtual