*validity-end* | When a slot value is time dependent then the approximation uses constant values given for time ra... |
---|---|
*validity-start* | When a slot value is time dependent then the approximation uses constant values given for time ra... |
+beginning-of-time+ | All dates and timestamps for temporal and time dependent slots are equal or greater than the begi... |
---|---|
+end-of-time+ | All dates and timestamps for temporal and time dependent slots are equal or less than the end of ... |
call-with-validity-range | |
---|---|
clear-compiled-query-cache | |
copy-into-transaction-cache | |
copy-persistent-instance | |
copy-query | |
created-p | |
deleted-p | |
destructure-type | Returns (values normalized-type null-subtype-p unbound-subtype-p) corresponding to the given type... |
ensure-persistent | |
ensure-transient | |
export-persistent-instances | |
find-association | |
find-persistent-class | |
find-type | |
import-persistent-instances | |
instance-in-current-transaction-p | Returns true iff the instance is attached to the current transaction which is in progress. |
instance-in-transaction-p | Returns true iff the instance is attached to a transaction which is in progress. |
like | Matches STR with PATTERN. In the pattern _ and % wildcards can be used |
make-compiled-query-cache | |
make-persistent | Makes an instance persistent without making its associated instances persistent. |
make-transient | Makes an instance transient without making its associated instances transient. |
modified-p | |
p-eq | Tests if two instances are the same persistent instance. Normally there at most one persistent in... |
parse-type | |
persistent-class-type-p | Returns true for persistent class types. |
persistent-class-type-p* | Same as persistent-class-type-p but also accepts values such as (or unbound persistent-object), (... |
primitive-type-p | Accepts types such as boolean, integer, string, double, etc. |
primitive-type-p* | Same as primitive-type-p but also accepts values such as (or unbound integer), (or null string), ... |
print-persistent-instance | |
re-like | |
read-persistent-object-oid | |
read-persistent-object-slot-values | |
static | |
to-many-association-end-p | |
to-one-association-end-p | |
unparse-type | |
volatile | |
write-persistent-object-oid | |
write-persistent-object-slot-values |
add-assert | Add an assert for the CONDITION form to the QUERY. |
---|---|
add-collect | Add a collect for the EXPRESSION form to the QUERY. |
add-lexical-variable | Add a lexical variable named VARIABLE to the QUERY. Lexical variables can be referenced in the as... |
add-order-by | Add an order-by clause specified by EXPRESSION and DIRECTION to the QUERY. |
add-query-variable | Add a query variable named VARIABLE to the QUERY. Query variables can be referenced in the assert... |
after-instance-committed | |
before-committing-instance | |
count-instances | Counts all instances of the given class |
element-count | |
elements | Return the elements on the current page |
execute-query | Executes the query with the given variable values, compiles the query when needed. |
first-page! | |
iterate-items | Applies function to each item in the persistent container. |
last-page! | |
list-of | Returns a non lazy list of items present in the persistent collection. |
load-instance | Loads an instance with the given oid and attaches it with the current transaction if not yet atta... |
lock-instance | Lock instance in the current transaction. If wait is false and the instance cannot be locked then... |
make-persistent-using-class | |
make-query | Creates a query object from the SELECT-FORM. When the SELECT-FORM is NIL, an empty query created ... |
make-transient-using-class | |
next-page! | Should return the current page number or nil if there are no more pages. |
oid-of | |
page-count | |
previous-page! | |
purge-instance | Purges the given instance without respect to associations and references to it. |
purge-instances | Purges all instances of the given class without respect to associations and references. |
t-value-of | |
validity-end-of | |
validity-start-of | |
value-of |