Class DisableFMTRemove
- java.lang.Object
-
- io.quarkus.jdbc.mssql.runtime.graal.com.microsoft.sqlserver.jdbc.DisableFMTRemove
-
final class DisableFMTRemove extends Object
This substitution is not strictly necessary, but it helps by providing a better error message to our users.
-
-
Constructor Summary
Constructors Constructor Description DisableFMTRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetUseFmtOnly()voidsetUseFmtOnly(boolean useFmtOnly)
-
-
-
Method Detail
-
getUseFmtOnly
public final boolean getUseFmtOnly() throws com.microsoft.sqlserver.jdbc.SQLServerException- Throws:
com.microsoft.sqlserver.jdbc.SQLServerException
-
setUseFmtOnly
public final void setUseFmtOnly(boolean useFmtOnly) throws com.microsoft.sqlserver.jdbc.SQLServerException- Throws:
com.microsoft.sqlserver.jdbc.SQLServerException
-
-