Class SqlServerConnection
- java.lang.Object
-
- io.edurt.datacap.spi.connection.Connection
-
- io.edurt.datacap.spi.connection.JdbcConnection
-
- io.edurt.datacap.plugin.jdbc.sqlserver.SqlServerConnection
-
public class SqlServerConnection extends JdbcConnection
-
-
Constructor Summary
Constructors Constructor Description SqlServerConnection(JdbcConfigure jdbcConfigure, Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringformatJdbcUrl()check version SQL Server 2000: jdbc:microsoft:sqlserver://: ;DatabaseName= SQL Server 2005 and above: jdbc:sqlserver:// : ;databaseName= -
Methods inherited from class io.edurt.datacap.spi.connection.JdbcConnection
destroy, openConnection
-
Methods inherited from class io.edurt.datacap.spi.connection.Connection
getConfigure, getConnection, getResponse
-
-
-
-
Constructor Detail
-
SqlServerConnection
public SqlServerConnection(JdbcConfigure jdbcConfigure, Response response)
-
-
Method Detail
-
formatJdbcUrl
protected String formatJdbcUrl()
check version SQL Server 2000: jdbc:microsoft:sqlserver://: ;DatabaseName= SQL Server 2005 and above: jdbc:sqlserver:// : ;databaseName= - Overrides:
formatJdbcUrlin classJdbcConnection
-
-