Documentation
¶
Overview ¶
Package query is a package for providing queries to manage jrp database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AddFavoriteByIDs string
AddFavoriteByIDs is a query to add favorite by ids.
var CountJrp string
CountJrp is a query to count jrp.
var CreateTableJrp string
CreateTableJrp is a query to create table jrp.
var GetAllFavorite string
GetAllFavorite is a query to get all favorite.
var GetAllJrp string
GetAllJrp is a query to get all jrp.
var GetFavoriteByNumber string
GetFavoriteByNumber is a query to get favorite by number.
var GetJrpByNumber string
GetJrpByNumber is a query to get jrp by number.
var InsertJrp string
InsertJrp is a query to insert jrp.
var RemoveAllFavorite string
RemoveAllFavorite is a query to remove all favorite.
var RemoveAllJrp string
RemoveAllJrp is a query to remove all jrp.
var RemoveAllJrpExceptFavorite string
RemoveAllJrpExceptFavorite is a query to remove all jrp except favorite.
var RemoveFavoriteByIDs string
RemoveFavoriteByIDs is a query to remove favorite by ids.
var RemoveJrpByIDs string
RemoveJrpByIDs is a query to remove jrp by ids.
var RemoveJrpByIDsExceptFavorite string
RemoveJrpByIDsExceptFavorite is a query to remove jrp by ids except favorite.
var RemoveJrpSeq string
RemoveJrpSeq is a query to remove jrp seq.
var SearchAllFavorite string
SearchAllFavorite is a query to search all favorite.
var SearchAllJrp string
SearchAllJrp is a query to search all jrp.
var SearchFavoriteByNumber string
SearchFavoriteByNumber is a query to search favorite by number.
var SearchJrpByNumber string
SearchJrpByNumber is a query to search jrp by number.
Functions ¶
This section is empty.
Types ¶
This section is empty.