Interface SqlServerDatabaseDetailsOrBuilder (0.1.0)

public interface SqlServerDatabaseDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompatibilityLevel()

public abstract int getCompatibilityLevel()

The version of SQL Server with which the database is to be made compatible

int32 compatibility_level = 1;

Returns
Type Description
int

The compatibilityLevel.

getRecoveryModel()

public abstract String getRecoveryModel()

The recovery model of a SQL Server database

string recovery_model = 2;

Returns
Type Description
String

The recoveryModel.

getRecoveryModelBytes()

public abstract ByteString getRecoveryModelBytes()

The recovery model of a SQL Server database

string recovery_model = 2;

Returns
Type Description
ByteString

The bytes for recoveryModel.