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(index int) string
type OracleStmtIndexConvertImpl ¶
type OracleStmtIndexConvertImpl struct {
}
func (*OracleStmtIndexConvertImpl) Convert ¶
func (it *OracleStmtIndexConvertImpl) Convert(index int) string
type PostgreStmtIndexConvertImpl ¶
type PostgreStmtIndexConvertImpl struct {
}
func (*PostgreStmtIndexConvertImpl) Convert ¶
func (it *PostgreStmtIndexConvertImpl) Convert(index int) string
type StmtIndexConvert ¶
func BuildStmtConvert ¶
func BuildStmtConvert(driverType string) (StmtIndexConvert, error)
build a stmt convert
Click to show internal directories.
Click to hide internal directories.