Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EfsDataBaseConfigStruct ¶
type EfsDataBaseConfigStruct struct {
RemoteIP []string `yaml:"RemoteIP"`
RemoteUserByIP []string `yaml:"RemoteUserByIP"`
RemotePasswdByIP []string `yaml:"RemotePasswdByIP"`
RemotePortByIP []string `yaml:"RemotePortByIP"`
RemoteServiceNameByIP []string `yaml:"RemoteServiceNameByIP"`
RemoteUser string `yaml:"RemoteUser"`
RemotePasswd string `yaml:"RemotePasswd"`
RemotePort int `yaml:"RemotePort"`
RemoteServiceName string `yaml:"RemoteServiceName"`
// contains filtered or unexported fields
}
var (
EfsDataBaseConfig EfsDataBaseConfigStruct
)
func (*EfsDataBaseConfigStruct) PreprocessConfig ¶
func (d *EfsDataBaseConfigStruct) PreprocessConfig()
PreprocessConfig 实现ConfigStruct接口
func (*EfsDataBaseConfigStruct) SetDefaultConfig ¶
func (d *EfsDataBaseConfigStruct) SetDefaultConfig()
SetDefaultConfig 实现ConfigStruct接口
func (*EfsDataBaseConfigStruct) ValidateConfig ¶
func (d *EfsDataBaseConfigStruct) ValidateConfig() error
ValidateConfig 实现ConfigStruct接口
type OracleClient ¶
type OracleClient struct {
// contains filtered or unexported fields
}
func NewOracleClient ¶
func NewOracleClient(ip, privateKeyParam string) (*OracleClient, error)
func (*OracleClient) Close ¶
func (o *OracleClient) Close() error
func (*OracleClient) ExecSQLBatch ¶
func (o *OracleClient) ExecSQLBatch(sqlStrings []string) error
func (*OracleClient) ExecSQLFile ¶
func (o *OracleClient) ExecSQLFile(filePath string) error
func (*OracleClient) Init ¶
func (o *OracleClient) Init() error
Click to show internal directories.
Click to hide internal directories.