Uses of Class
org.flywaydb.database.sqlserver.SQLServerConnection
-
Packages that use SQLServerConnection Package Description org.flywaydb.database.sqlserver Private API.org.flywaydb.database.sqlserver.synapse -
-
Uses of SQLServerConnection in org.flywaydb.database.sqlserver
Methods in org.flywaydb.database.sqlserver that return SQLServerConnection Modifier and Type Method Description protected SQLServerConnectionSQLServerDatabase. doGetConnection(java.sql.Connection connection) -
Uses of SQLServerConnection in org.flywaydb.database.sqlserver.synapse
Subclasses of SQLServerConnection in org.flywaydb.database.sqlserver.synapse Modifier and Type Class Description classSynapseConnectionAzure Synapse connection.Methods in org.flywaydb.database.sqlserver.synapse that return SQLServerConnection Modifier and Type Method Description protected SQLServerConnectionSynapseDatabase. doGetConnection(java.sql.Connection connection)
-