Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RDBMSSystem ¶
type RDBMSSystem interface { GetSystemName() string RegisterExternalTable(connectionName string, tableDetails anysdk.SQLExternalTable) error HandleViewCollection(viewCollection []anysdk.View) error CacheStoreGet(key string) ([]byte, error) CacheStorePut(key string, value []byte, expiration string, ttl int) error }
Click to show internal directories.
Click to hide internal directories.