peewee Documentation Release 3.5.0
se[, **kwargs]) MySQL database implementation. Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods Entity(*path) path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as a table, column, alias. The name may consist of multiple components, e.g. “a_table” (tuple) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 3.4.0
se[, **kwargs]) MySQL database implementation. Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods Entity(*path) path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as a table, column, alias. The name may consist of multiple components, e.g. “a_table” (list) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 3.1.0
se[, **kwargs]) MySQL database implementation. Query-builder class Node Base-class for all components which make up the AST for a SQL query. Parameters: Parameters: Returns: static copy(method) Entity(*path) path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as a table, column, alias. The name may consist of multiple components, e.g. “a_table” (list) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 332 页 | 370.77 KB | 1 年前3peewee Documentation Release 3.6.0
se[, **kwargs]) MySQL database implementation. Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods Entity(*path) path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as a table, column, alias. The name may consist of multiple components, e.g. “a_table” (tuple) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 377 页 | 399.12 KB | 1 年前3peewee Documentation Release 3.5.0
**kwargs]) MySQL database implementation. 1.9.2 Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods binary expression of the form (lhs op rhs), e.g. (foo + 1). class Entity(*path) Parameters path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as (tuple) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 282 页 | 1.02 MB | 1 年前3peewee Documentation Release 3.3.0
**kwargs]) MySQL database implementation. 1.14.2 Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods binary expression of the form (lhs op rhs), e.g. (foo + 1). class Entity(*path) Parameters path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as (list) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 280 页 | 1.02 MB | 1 年前3peewee Documentation Release 3.4.0
**kwargs]) MySQL database implementation. 1.14.2 Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods binary expression of the form (lhs op rhs), e.g. (foo + 1). class Entity(*path) Parameters path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as (list) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 284 页 | 1.03 MB | 1 年前3peewee Documentation Release 3.6.0
**kwargs]) MySQL database implementation. 1.10.2 Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods binary expression of the form (lhs op rhs), e.g. (foo + 1). class Entity(*path) Parameters path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as (tuple) – Components comprising the JSON path. A convenient, Pythonic way of representing JSON paths for use with JSONField. The JSONPath object implements __getitem__, accumulating path components, which0 码力 | 302 页 | 1.02 MB | 1 年前3peewee Documentation Release 3.0.0
se[, **kwargs]) MySQL database implementation. Query-builder class Node Base-class for all components which make up the AST for a SQL query. static copy(method) Decorator to use with Node methods Entity(*path) path – Components that make up the dotted-path of the entity name. Represent a quoted entity in a query, such as a table, column, alias. The name may consist of multiple components, e.g. “a_table”0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 2.10.2
(customers | stores).order_by(SQL('city')) Note SQLite does not allow ORDER BY or LIMIT clauses on the components of a compound query, however SQLite does allow these clauses on the final, compound result. This0 码力 | 275 页 | 276.96 KB | 1 年前3
共 11 条
- 1
- 2