Get-R1JdbcDriverLibrary
Get-R1JdbcDriverLibrary
SYNOPSIS
Returns the libraries a JDBC driver depends on.
SYNTAX
Get-R1JdbcDriverLibrary [-name] <String> [<CommonParameters>]
DESCRIPTION
Returns the library references the named driver file depends on.
EXAMPLES
Example 1
Get-R1JdbcDriverLibrary -name 'csvjdbc-1.0.41.jar'
Returns the libraries the driver depends on.
PARAMETERS
-name
The name of the file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.