first commit
This commit is contained in:
10
Services/Interfaces/IHdbClientLocator.cs
Normal file
10
Services/Interfaces/IHdbClientLocator.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace HanaToolbox.Services.Interfaces;
|
||||
|
||||
public interface IHdbClientLocator
|
||||
{
|
||||
/// <summary>Returns the resolved path to hdbsql. Throws if not found.</summary>
|
||||
string LocateHdbsql(string? configuredPath, string sid, string instanceNumber);
|
||||
|
||||
/// <summary>Returns the resolved path to hdbuserstore. Throws if not found.</summary>
|
||||
string LocateHdbuserstore(string? configuredPath, string sid, string instanceNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user