public class GetDatabaseInfo extends XMLRequest
Modifier and Type | Class and Description |
---|---|
static class |
GetDatabaseInfo.MQEntry
This class stores information about a message queue table.
|
Constructor and Description |
---|
GetDatabaseInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDbmsName() |
String |
getDbmsVersion() |
String |
getDbName() |
String |
getDriverName() |
String |
getDriverVersion() |
String |
getInitialDataVersion() |
GetDatabaseInfo.MQEntry[] |
getMessageQueues()
Returns an array of message queues.
|
int |
getMqdwp() |
int |
getMqjwp() |
int |
getMqmem() |
int |
getMqowp() |
int |
getMqpwp() |
int |
getMqrwp() |
int |
getMqwp() |
String |
getOdbcConnectString() |
String |
getOdbcVersion() |
String |
toString() |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotification
public String getDbmsName()
null
public String getDbmsVersion()
null
public String getDriverName()
null
public String getDriverVersion()
public String getOdbcVersion()
public String getDbName()
public String getOdbcConnectString()
public String getInitialDataVersion()
public int getMqpwp()
public int getMqwp()
public int getMqdwp()
public int getMqmem()
public int getMqrwp()
public int getMqowp()
public int getMqjwp()
public GetDatabaseInfo.MQEntry[] getMessageQueues()
Copyright © 2021. All rights reserved.