DbSchema
Toggle table of contents
10.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.dbms.sync.engine.diffs
/
StatementDependency
Statement
Dependency
data
class
StatementDependency
(
val
unit
:
AbstractUnit
,
val
priority
:
Int
)
Members
Constructors
Statement
Dependency
Link copied to clipboard
constructor
(
unit
:
AbstractUnit
,
priority
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
priority
Link copied to clipboard
val
priority
:
Int
unit
Link copied to clipboard
val
unit
:
AbstractUnit
Functions
is
Before
Link copied to clipboard
fun
isBefore
(
other
:
StatementDependency
?
)
:
Boolean