Class SqlServerAdapter
- java.lang.Object
-
- io.edurt.datacap.spi.adapter.JdbcAdapter
-
- io.edurt.datacap.plugin.jdbc.sqlserver.SqlServerAdapter
-
- All Implemented Interfaces:
Adapter
public class SqlServerAdapter extends JdbcAdapter
-
-
Field Summary
-
Fields inherited from class io.edurt.datacap.spi.adapter.JdbcAdapter
connection
-
-
Constructor Summary
Constructors Constructor Description SqlServerAdapter(JdbcConnection jdbcConnection)
-
Method Summary
-
Methods inherited from class io.edurt.datacap.spi.adapter.JdbcAdapter
handlerExecute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.edurt.datacap.spi.adapter.Adapter
handlerFormatter
-
-
-
-
Constructor Detail
-
SqlServerAdapter
public SqlServerAdapter(JdbcConnection jdbcConnection)
-
-