oracleUtil

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 14 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL