Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlStmtIndexConvertImpl ¶
type MysqlStmtIndexConvertImpl struct { }
func (*MysqlStmtIndexConvertImpl) Convert ¶
func (it *MysqlStmtIndexConvertImpl) Convert() string
func (*MysqlStmtIndexConvertImpl) Get ¶
func (it *MysqlStmtIndexConvertImpl) Get() int
func (*MysqlStmtIndexConvertImpl) Inc ¶
func (it *MysqlStmtIndexConvertImpl) Inc()
type OracleStmtIndexConvertImpl ¶
func (*OracleStmtIndexConvertImpl) Convert ¶
func (it *OracleStmtIndexConvertImpl) Convert() string
func (*OracleStmtIndexConvertImpl) Get ¶
func (it *OracleStmtIndexConvertImpl) Get() int
func (*OracleStmtIndexConvertImpl) Inc ¶
func (it *OracleStmtIndexConvertImpl) Inc()
type PostgreStmtIndexConvertImpl ¶
func (*PostgreStmtIndexConvertImpl) Convert ¶
func (p *PostgreStmtIndexConvertImpl) Convert() string
func (*PostgreStmtIndexConvertImpl) Get ¶
func (p *PostgreStmtIndexConvertImpl) Get() int
func (*PostgreStmtIndexConvertImpl) Inc ¶
func (p *PostgreStmtIndexConvertImpl) Inc()
type StmtIndexConvert ¶
stmt convert example mysql: input 1 -> ? oracle : input 0 -> :val1 sqlite: input 0 -> " ? "
func BuildStmtConvert ¶
func BuildStmtConvert(driverType string) (StmtIndexConvert, error)
build a stmt convert
Click to show internal directories.
Click to hide internal directories.