Uses of Class
io.edurt.datacap.plugin.jdbc.sqlserver.SqlServerVersion
-
-
Uses of SqlServerVersion in io.edurt.datacap.plugin.jdbc.sqlserver
Methods in io.edurt.datacap.plugin.jdbc.sqlserver that return SqlServerVersion Modifier and Type Method Description static SqlServerVersionSqlServerVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlServerVersion[]SqlServerVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-