3 Star 7 Fork 0

yanshikun/tcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oracle.go 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanshikun 提交于 2023-07-13 20:59 +08:00 . 修改函数名
package tcode
import (
"context"
)
type oracleDbParse int8
func (*oracleDbParse) currentDbName(ctx context.Context) (string, error) {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) columnTypeParse(filedInfo *fieldInfo) error {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) parseFields(ctx context.Context, fullyTableName string) ([]*fieldInfo, error) {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) selectTableName(ctx context.Context) ([]string, error) {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) ToStructInfo(ctx context.Context, fullyTableName, tableComment string) (*structInfo, error) {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) ToAllStructInfo(ctx context.Context) ([]*structInfo, error) {
//TODO implement me
panic("implement me")
}
func (*oracleDbParse) ToAllStructInfoOtherDb(ctx context.Context, dbName string) ([]*structInfo, error) {
//TODO implement me
panic("implement me")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yan-shi-kun/tcode.git
git@gitee.com:yan-shi-kun/tcode.git
yan-shi-kun
tcode
tcode
master

搜索帮助