Documentation
¶
Index ¶
- func ExecuteMultipleCreate(T model.Table, objects []model.Object) (mg string, ok bool)
- func Exists(textResponse, objectSelect, sql string) (ok bool)
- func MakeSQLSELECT(option, TNAME string, obj map[string]string) (out string)
- func NewConnection(dbea dbEngineAdapter) *connection
- func QueryWithoutANSWER(sql, mje string) bool
- func SelectValue(sql string) (out string, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteMultipleCreate ¶
func Exists ¶
Exists verifica si existe un que es y algo en la base de datos según sql ej: "la base de datos","tiendadb","sql para la consulta"
func MakeSQLSELECT ¶
MakeSQLSELECT s(count(*),) tabla(jugador,usuario) id(2,7,12) genera un string sql según tabla y un maps clave valor
func NewConnection ¶
func NewConnection(dbea dbEngineAdapter) *connection
func QueryWithoutANSWER ¶
QueryWithoutANSWER SinResultado ejecuta sql en bd con sin respuesta de mas de 1 operacion un error recibe sql y mensaje a mostrar en consola
func SelectValue ¶
SelectValue retorna valor de una consulta sql
Types ¶
This section is empty.
Source Files
¶
- add.go
- cache_add.go
- cache_fields.go
- cache_read-data.go
- cache_read.go
- connect.go
- crud-read-data.go
- crud-read_method.go
- crud_create.go
- crud_delete.go
- crud_update.go
- exists.go
- filter-message.go
- model.go
- multiple-stmt.go
- sql_auto_make.go
- sql_auto_select.go
- store.go
- table-index.go
- table-model.go
- table_get_model.go
- tables-all.go
Click to show internal directories.
Click to hide internal directories.