Documentation ¶
Index ¶
Constants ¶
View Source
const ( INSERT_INTO_CINEMA = `` /* 214-byte string literal not displayed */ INSER_INTO_IMDB_FILM = `` /* 414-byte string literal not displayed */ INSERT_INTO_FILM_NOT_NULL_IMDBID = `` /* 242-byte string literal not displayed */ INSERT_INTO_FILM_NULL_IMDBID = `` /* 243-byte string literal not displayed */ INSERT_INTO_SCREENING = `` /* 258-byte string literal not displayed */ INSERT_INTO_TICKET = `` /* 143-byte string literal not displayed */ GET_CINEMA_BY_SHORT_NAME = ` select id from cinema where cinema.shortName = $1; ` CHECK_NEED_UPDATE_IMDB_FILM = ` select id from imdbFilm where id = $1 and DATE_PART('day', now() - lastUpdate) < 7; ` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.