Package org.teiid.spring.data.google
Class SpreadsheetConnectionFactory
- java.lang.Object
-
- org.teiid.spring.data.google.SpreadsheetConnectionFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.teiid.resource.api.ConnectionFactory<SpreadsheetConnectionImpl4>
,BaseConnectionFactory<SpreadsheetConnectionImpl4>
public class SpreadsheetConnectionFactory extends Object implements BaseConnectionFactory<SpreadsheetConnectionImpl4>
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetConnectionFactory(SpreadSheetConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
SpreadsheetConnectionImpl4
getConnection()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.spring.data.BaseConnectionFactory
getAlias, getTranslatorName
-
-
-
-
Constructor Detail
-
SpreadsheetConnectionFactory
public SpreadsheetConnectionFactory(SpreadSheetConfiguration config)
-
-
Method Detail
-
getConnection
public SpreadsheetConnectionImpl4 getConnection() throws Exception
- Specified by:
getConnection
in interfaceorg.teiid.resource.api.ConnectionFactory<SpreadsheetConnectionImpl4>
- Throws:
Exception
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-