Documentation
¶
Index ¶
- func NewSQLPersistenceSystem(sqlSystem sql_system.SQLSystem) persistence.PersistenceSystem
- type SQLPersistenceSystem
- func (s *SQLPersistenceSystem) CacheStoreGet(key string) ([]byte, error)
- func (s *SQLPersistenceSystem) CacheStorePut(key string, value []byte, expiration string, ttl int) error
- func (s *SQLPersistenceSystem) GetSystemName() string
- func (s *SQLPersistenceSystem) HandleExternalTables(providerName string, externalTables map[string]anysdk.SQLExternalTable) error
- func (s *SQLPersistenceSystem) HandleViewCollection(viewCollection []anysdk.View) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSQLPersistenceSystem ¶
func NewSQLPersistenceSystem(sqlSystem sql_system.SQLSystem) persistence.PersistenceSystem
Types ¶
type SQLPersistenceSystem ¶
type SQLPersistenceSystem struct {
// contains filtered or unexported fields
}
func (*SQLPersistenceSystem) CacheStoreGet ¶
func (s *SQLPersistenceSystem) CacheStoreGet(key string) ([]byte, error)
func (*SQLPersistenceSystem) CacheStorePut ¶
func (*SQLPersistenceSystem) GetSystemName ¶
func (s *SQLPersistenceSystem) GetSystemName() string
func (*SQLPersistenceSystem) HandleExternalTables ¶
func (s *SQLPersistenceSystem) HandleExternalTables( providerName string, externalTables map[string]anysdk.SQLExternalTable) error
func (*SQLPersistenceSystem) HandleViewCollection ¶
func (s *SQLPersistenceSystem) HandleViewCollection(viewCollection []anysdk.View) error
Click to show internal directories.
Click to hide internal directories.