public interface CDActionDBCopy extends RichTextRecord<WSIG>
Modifier and Type | Interface and Description |
---|---|
static class |
CDActionDBCopy.Flag |
Modifier and Type | Method and Description |
---|---|
default String |
getDatabaseName() |
int |
getDatabaseNameLength() |
Set<CDActionDBCopy.Flag> |
getFlags() |
WSIG |
getHeader() |
default String |
getServerName() |
int |
getServerNameLength() |
default CDActionDBCopy |
setDatabaseName(String databaseName) |
CDActionDBCopy |
setDatabaseNameLength(int len) |
CDActionDBCopy |
setFlags(Collection<CDActionDBCopy.Flag> flags) |
default CDActionDBCopy |
setServerName(String serverName) |
CDActionDBCopy |
setServerNameLength(int len) |
getCDRecordLength, getData, getDataWithoutHeader, getPayloadLength, getRecordHeaderLength, getType, getTypeValue
getVariableData, resize, resizeVariableData
WSIG getHeader()
getHeader
in interface RichTextRecord<WSIG>
Set<CDActionDBCopy.Flag> getFlags()
CDActionDBCopy setFlags(Collection<CDActionDBCopy.Flag> flags)
int getServerNameLength()
CDActionDBCopy setServerNameLength(int len)
int getDatabaseNameLength()
CDActionDBCopy setDatabaseNameLength(int len)
default String getServerName()
default CDActionDBCopy setServerName(String serverName)
default String getDatabaseName()
default CDActionDBCopy setDatabaseName(String databaseName)
Copyright © 2019–2021 HCL. All rights reserved.