类 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
-
-
构造器概要
构造器 构造器 说明 SqlServerConnection(JdbcConfigure jdbcConfigure, Response response)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected java.lang.StringformatJdbcUrl()check version SQL Server 2000: jdbc:microsoft:sqlserver://: ;DatabaseName= SQL Server 2005 and above: jdbc:sqlserver:// : ;databaseName= -
从类继承的方法 io.edurt.datacap.spi.connection.JdbcConnection
destroy, openConnection
-
从类继承的方法 io.edurt.datacap.spi.connection.Connection
getConfigure, getConnection, getResponse
-
-
-
-
构造器详细资料
-
SqlServerConnection
public SqlServerConnection(JdbcConfigure jdbcConfigure, Response response)
-
-
方法详细资料
-
formatJdbcUrl
protected java.lang.String formatJdbcUrl()
check version SQL Server 2000: jdbc:microsoft:sqlserver://: ;DatabaseName= SQL Server 2005 and above: jdbc:sqlserver:// : ;databaseName= - 覆盖:
formatJdbcUrl在类中JdbcConnection
-
-