package
Version:
v7.0.4
Opens a new window with list of versions in this module.
Published: Jan 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func GetIndexID(t *testing.T, tk *testkit.TestKit, dbName, tblName, idxName string) int64
-
func GetModifyColumn(t *testing.T, tk *testkit.TestKit, db, tbl, colName string, allColumn bool) *table.Column
-
func GetTableByName(t *testing.T, tk *testkit.TestKit, db, table string) table.Table
GetIndexID is used to get the index ID from full qualified name.
GetModifyColumn is used to get the changed column name after ALTER TABLE.
GetTableByName gets table by name for test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.