Versions in this module Expand all Collapse all v1 v1.0.2 Jun 18, 2020 v1.0.1 Jun 18, 2020 Changes in this version + var ColumnTypes = []string + var ColumnTypesResult = []map[string]interface + var DCsResult = []interface + func AlterTableAdd(routes []graphql.Route, ksName string, tableName string, columnTypes []string) + func AlterTableAddResponse(routes []graphql.Route, ksName string, tableName string, columnTypes []string) schemas.ResponseBody + func AlterTableDrop(routes []graphql.Route, ksName string, tableName string, columns []string) + func AlterTableDropResponse(routes []graphql.Route, ksName string, tableName string, columns []string) schemas.ResponseBody + func BuildColumnResult(columnName string, columnTypes []map[string]interface{}, ...) []interface + func CreateKeyspace(routes []graphql.Route, name string) + func CreateKeyspaceIfNotExists(routes []graphql.Route, name string, ifNotExists bool) schemas.ResponseBody + func CreateTable(routes []graphql.Route, ksName string, tableName string, columnTypes []string) + func CreateTableIfNotExists(routes []graphql.Route, ksName string, tableName string, columnTypes []string, ...) schemas.ResponseBody + func DropKeyspace(routes []graphql.Route, name string) + func DropTable(routes []graphql.Route, ksName string, tableName string) + func DropTableResponse(routes []graphql.Route, ksName string, tableName string) schemas.ResponseBody + func ExpectInvalidKeyspace(routes []graphql.Route, ksName string, tableName string) + func Keyspace(routes []graphql.Route, ksName string) schemas.ResponseBody + func Keyspaces(routes []graphql.Route) schemas.ResponseBody + func SortColumns(response schemas.ResponseBody) + func Table(routes []graphql.Route, ksName string, tableName string) schemas.ResponseBody + func Tables(routes []graphql.Route, ksName string) schemas.ResponseBody + func TextColumn(columnName string) map[string]interface + func WaitUntilColumnExists(columnName string, queryFunc func() schemas.ResponseBody) schemas.ResponseBody + func WaitUntilColumnIsGone(columnName string, queryFunc func() schemas.ResponseBody) schemas.ResponseBody + func WaitUntilExists(queryFunc func() schemas.ResponseBody) schemas.ResponseBody + func WaitUntilGone(queryFunc func() schemas.ResponseBody)