Package | Description |
---|---|
net.akaish.kitty.orm.constraints.column | |
net.akaish.kitty.orm.enums | |
net.akaish.kitty.orm.query |
Constructor and Description |
---|
PrimaryKeyColumnConstraint(AscDesc ascDesc,
ConflictClauses conflictClause,
boolean autoincrement) |
Modifier and Type | Method and Description |
---|---|
static AscDesc |
AscDesc.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AscDesc[] |
AscDesc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AscDesc |
QueryParameters.getOrderAscDesc()
Returns order ASCENDING or DESCENDING, see (
ASCENDING ). |
Modifier and Type | Method and Description |
---|---|
QueryParameters |
QueryParameters.setOrderAscDesc(AscDesc orderAscDesc) |
KittyQueryBuilder |
KittyQueryBuilder.setOrderBy(AscDesc ascDesc,
java.lang.String... columns) |
KittyQueryBuilder |
KittyQueryBuilder.setOrderBy(java.lang.String column,
AscDesc asc_desc) |