gsdsdk / com.gsd.software.sdk.netconnector.sync.dfobject.tablecommands / DfObjectTableQuery
interface DfObjectTableQuery
Created by jmielczarek on 29.11.2019.
Name | Summary |
---|---|
create | abstract fun create(schemaTables: List < SchemaTable >): Unit |
drop | abstract fun drop(schemaTables: List < SchemaTable >): Unit |
Name | Summary |
---|---|
DfObjectTableExecutor | class DfObjectTableExecutor : DfObjectTableQuery Created by jmielczarek on 29.11.2019. |