Documentation
¶
Index ¶
- type InfoSchemaImpl
- func (isi InfoSchemaImpl) GetFunctionInfo() ([]utils.FunctionAssessmentInfo, error)
- func (isi InfoSchemaImpl) GetIndexInfo(table string, index schema.Index) (utils.IndexAssessmentInfo, error)
- func (isi InfoSchemaImpl) GetStoredProcedureInfo() ([]utils.StoredProcedureAssessmentInfo, error)
- func (isi InfoSchemaImpl) GetTableInfo(conv *internal.Conv) (map[string]utils.TableAssessmentInfo, error)
- func (isi InfoSchemaImpl) GetTriggerInfo() ([]utils.TriggerAssessmentInfo, error)
- func (isi InfoSchemaImpl) GetViewInfo() ([]utils.ViewAssessmentInfo, error)
- type SourceSpecificComparisonImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoSchemaImpl ¶
func (InfoSchemaImpl) GetFunctionInfo ¶
func (isi InfoSchemaImpl) GetFunctionInfo() ([]utils.FunctionAssessmentInfo, error)
func (InfoSchemaImpl) GetIndexInfo ¶
func (isi InfoSchemaImpl) GetIndexInfo(table string, index schema.Index) (utils.IndexAssessmentInfo, error)
GetIndexes return a list of all indexes for the specified table.
func (InfoSchemaImpl) GetStoredProcedureInfo ¶
func (isi InfoSchemaImpl) GetStoredProcedureInfo() ([]utils.StoredProcedureAssessmentInfo, error)
func (InfoSchemaImpl) GetTableInfo ¶
func (isi InfoSchemaImpl) GetTableInfo(conv *internal.Conv) (map[string]utils.TableAssessmentInfo, error)
func (InfoSchemaImpl) GetTriggerInfo ¶
func (isi InfoSchemaImpl) GetTriggerInfo() ([]utils.TriggerAssessmentInfo, error)
func (InfoSchemaImpl) GetViewInfo ¶
func (isi InfoSchemaImpl) GetViewInfo() ([]utils.ViewAssessmentInfo, error)
type SourceSpecificComparisonImpl ¶
type SourceSpecificComparisonImpl struct{}
func (SourceSpecificComparisonImpl) IsDataTypeCodeCompatible ¶
func (ssa SourceSpecificComparisonImpl) IsDataTypeCodeCompatible(srcColumnDef utils.SrcColumnDetails, spColumnDef utils.SpColumnDetails) bool
Click to show internal directories.
Click to hide internal directories.