Documentation
¶
Index ¶
- Variables
- func Commit(t *testing.T, tx *sql.Tx)
- func Execute(t *testing.T, tx *sql.Tx, stmt string) (rowsAffected int64)
- func False(p *schema.Provider, cb func(*sql.Tx) (bool, error)) resource.TestCheckFunc
- func HCLProviderFromConf(dsn *exasol.DSNConfig) string
- func True(p *schema.Provider, cb func(*sql.Tx) (bool, error)) resource.TestCheckFunc
- type DefaultAccProviders
- type ObjectTest
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CheckFailedError = errors.New("Check failed")
)
Functions ¶
func HCLProviderFromConf ¶
func HCLProviderFromConf(dsn *exasol.DSNConfig) string
Types ¶
type DefaultAccProviders ¶
type DefaultAccProviders struct { Exasol *schema.Provider Factories map[string]func() (*schema.Provider, error) }
func NewDefaultAccProviders ¶ added in v0.0.15
func NewDefaultAccProviders() DefaultAccProviders
Click to show internal directories.
Click to hide internal directories.