sqldelight-check
Toggle table of contents
0.3.0
Select version
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sqldelight-check
sqldelight-check-rules-standard
/
dev.s7a.sqldelight.check.rules.standard.rules
/
NoSelectStarRule
No
Select
Star
Rule
class
NoSelectStarRule
:
Rule
Reports result-column wildcards in SELECT lists.
Members
Constructors
No
Select
Star
Rule
Link copied to clipboard
constructor
(
)
Properties
default
Enable
Link copied to clipboard
open
override
val
defaultEnable
:
Boolean
=
true
default
Severity
Link copied to clipboard
open
override
val
defaultSeverity
:
Severity
deprecation
Link copied to clipboard
open
val
deprecation
:
RuleDeprecation
?
id
Link copied to clipboard
open
override
val
id
:
RuleId
options
Link copied to clipboard
open
val
options
:
Set
<
RuleOption
<
*
>
>
target
Dialect
Link copied to clipboard
open
val
targetDialect
:
DialectId
?
Functions
is
Applicable
Link copied to clipboard
open
fun
isApplicable
(
context
:
RuleContext
)
:
Boolean
run
Link copied to clipboard
open
override
fun
run
(
context
:
RuleContext
,
reporter
:
DiagnosticReporter
)