public interface ICallContext extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
Connection |
getConn()
Connection with database.
|
DBAdaptor |
getDbAdaptor()
Returns actual implementation of
DBAdaptor |
AbstractScore |
getScore()
Returns Celesta score.
|
boolean |
isClosed()
Whether the context was closed.
|
Connection getConn()
boolean isClosed()
AbstractScore getScore()
void close()
close
in interface AutoCloseable
Copyright © 2022 CURS. All rights reserved.