getDatabaseConnection: Get a specific DatabaseConnection

Description Usage Arguments Value References

View source: R/SkySysFunctions.R

Description

This function returns fields for a DatabaseConnection.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
getDatabaseConnection(
  DatabaseConnectionID,
  EntityID = 1,
  returnConnectionID = F,
  returnAuthScheme = F,
  returnClientNetAddress = F,
  returnClientTcpPort = F,
  returnConnectTime = F,
  returnLastRead = F,
  returnLastWrite = F,
  returnLocalNetAddress = F,
  returnLocalTcpPort = F,
  returnMostRecentSessionID = F,
  returnMostRecentSqlHandle = F,
  returnNetPacketSize = F,
  returnNetTransport = F,
  returnNumReads = F,
  returnNumWrites = F,
  returnParentConnectionID = F,
  returnProtocolType = F,
  returnSessionID = F
)

Arguments

DatabaseConnectionID

The id of the DatabaseConnection.
Run getAllDatabaseConnections for a list of DatabaseConnections.

EntityID

The id of the entity. Run getAllEntities for a list of entities.

returnFieldName

A TRUE or FALSE value determining whether or not to return FieldName for the given object. Defaults to FALSE for all return fields which for convenience returns all fields for the object.

Value

Details for the DatabaseConnection.

References

{yourApiUrl}/swagger

Skyward's Knowledge Hub


samterfa/SkywardSDK documentation built on Oct. 13, 2020, 6:53 a.m.