Documentation ¶
Index ¶
Constants ¶
View Source
const ( ColumnSql = "sql" ColumnExecutorID = "executor_id" ColumnExecutorName = "executor_name" ColumnExecutedTime = "executed_time" )
Variables ¶
This section is empty.
Functions ¶
func BindSqlExecutor ¶
Types ¶
type ExecuteSqlJsonBody ¶
type SqlExecuteLog ¶
type SqlExecuteLog struct { value_object.Base Sql string `sqlmapping:"column:sql;" sqlresult:"column:sql;"` ExecutorID string `sqlmapping:"column:executor_id;" sqlresult:"column:executor_id;"` ExecutorName string `sqlmapping:"column:executor_name;" sqlresult:"column:executor_name;"` ExecutedTime time.Time `sqlmapping:"column:executed_time;" sqlresult:"column:executed_time;"` }
func (*SqlExecuteLog) DomainCNName ¶
func (e *SqlExecuteLog) DomainCNName() string
func (*SqlExecuteLog) DomainCamelName ¶
func (e *SqlExecuteLog) DomainCamelName() string
func (*SqlExecuteLog) ForCreate ¶
func (e *SqlExecuteLog) ForCreate() error
Click to show internal directories.
Click to hide internal directories.