public class CachedDbmsConnection extends CachedMetaDataProvider implements DbmsConnection
| Constructor and Description |
|---|
CachedDbmsConnection(DbmsConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DbmsConnection |
copy() |
DbmsQueryResult |
execute(String query)
Executes a query (or queries).
|
DbmsConnection |
getOriginalConnection() |
SqlSyntax |
getSyntax() |
getColumns, getDefaultSchema, getPartitionColumns, getSchemas, getTables, setDefaultSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumns, getDefaultSchema, getPartitionColumns, getSchemas, getTables, setDefaultSchemapublic CachedDbmsConnection(DbmsConnection conn)
public DbmsQueryResult execute(String query) throws VerdictDBDbmsException
DbmsConnectionIf a query includes multiple queries separated by semicolons, issue them separately in order.
execute in interface DbmsConnectionVerdictDBDbmsExceptionpublic SqlSyntax getSyntax()
getSyntax in interface DbmsConnectionpublic void close()
close in interface DbmsConnectionpublic DbmsConnection getOriginalConnection()
public DbmsConnection copy()
copy in interface DbmsConnectionCopyright © 2018 University of Michigan. All rights reserved.