Home
last modified time | relevance | path

Searched refs:book_authors (Results 1 – 12 of 12) sorted by relevance

/dports/www/p5-Catalyst-Manual/Catalyst-Manual-5.9011/lib/Catalyst/Manual/Tutorial/
H A D10_Appendices.pod254 CREATE TABLE book_authors (
276 INSERT INTO book_authors VALUES (1, 1);
277 INSERT INTO book_authors VALUES (1, 2);
278 INSERT INTO book_authors VALUES (1, 3);
279 INSERT INTO book_authors VALUES (2, 4);
280 INSERT INTO book_authors VALUES (3, 5);
281 INSERT INTO book_authors VALUES (4, 6);
282 INSERT INTO book_authors VALUES (4, 7);
283 INSERT INTO book_authors VALUES (5, 8);
666 ALTER TABLE `book_authors`
[all …]
H A D06_Authorization.pod177 # $book->create_related('book_authors', {author_id => $author_id});
310 # with related 'book_authors' entries
H A D03_MoreCatalystBasics.pod1240 =head2 book_authors
1249 "book_authors",
1255 Each C<Book> "has_many" C<book_authors>, where C<BookAuthor> is the
1263 C<book_authors> - The name for this relationship. DBIC will create an
1288 "book_authors",
1341 __PACKAGE__->many_to_many(authors => 'book_authors', 'author');
1371 __PACKAGE__->many_to_many(books => 'book_authors', 'book');
H A D05_Authentication.pod781 # with related 'book_authors' entries
885 # with related 'book_authors' entries
H A D04_BasicCRUD.pod119 # $book->create_related('book_authors', {author_id => $author_id});
548 # $book->create_related('book_authors', {author_id => $author_id});
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/doc/build/orm/
H A Dmapped_sql_expr.rst171 book_authors.c.author_id==authors.c.id,
172 book_authors.c.book_id==books.c.id
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/doc/build/orm/
H A Dmapped_sql_expr.rst171 book_authors.c.author_id==authors.c.id,
172 book_authors.c.book_id==books.c.id
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2ff5.c1408 CharPtr book_authors=NULL, book_tit=NULL; in format_bookarticle() local
1440 book_authors = FlatStringGroupTerm(embl_format, NULL, namehead, ", ", NULL, " and "); in format_bookarticle()
1496 length += StringLen (book_tit)+ StringLen(book_authors); in format_bookarticle()
1512 if (make_index == FALSE && book_authors) in format_bookarticle()
1514 temp = StringMove(temp,book_authors); in format_bookarticle()
1563 if (book_authors) in format_bookarticle()
1564 MemFree(book_authors); in format_bookarticle()
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/doc/build/orm/
H A Dmapped_sql_expr.rst171 book_authors.c.author_id==authors.c.id,
172 book_authors.c.book_id==books.c.id
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/doc/build/orm/
H A Dmapped_sql_expr.rst175 book_authors.c.author_id==authors.c.id,
176 book_authors.c.book_id==books.c.id
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Ddevice.py1937 book_authors = clean_string(authors_to_string(book.authors))
1938 if book_authors in d['authors']:
1939 id_ = d['authors'][book_authors]
1943 elif book_authors in d['author_sort']:
1944 id_ = d['author_sort'][book_authors]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/orm/
H A Dmapped_sql_expr.rst215 book_authors.c.author_id==authors.c.id,
216 book_authors.c.book_id==books.c.id