Index of Public Functions and Variables - Datomic Clojure

This page has an alphabetical index of all the documented functions and variables in Datomic Clojure.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 add-listener                 function      datomic.api        Register a completion listener for the future. The...
 administer-system            function      datomic.api        Administer system. Takes an options map with a req...
 as-of                        function      datomic.api        Returns the value of the database as of some point...
 as-of-t                      function      datomic.api        Returns the as-of point, or nil if none.
 attribute                    function      datomic.api        Returns information about the attribute with the g...

  

B

 basis-t                      function      datomic.api        Returns the t of the most recent transaction reach...

  

C

 cancel                       function      datomic.api        Cancels the current Datomic operation (query or tr...
 connect                      function      datomic.api        Connects to the specified database, returing a Con...
 create-database              function      datomic.api        Creates database specified by uri. Returns true if...

  

D

 datoms                       function      datomic.api        Raw access to the index data, by index. The index ...
 db                           function      datomic.api        Retrieves a value of the database for reading. Doe...
 db-stats                     function      datomic.api        Queries for database stats. Returns a map includin...
 delete-database              function      datomic.api        Deletes the database specified by uri. Returns tru...

  

E

 entid                        function      datomic.api        Returns the entity id associated with a symbolic k...
 entid-at                     function      datomic.api        Returns a fabricated entity id in the supplied par...
 entity                       function      datomic.api        Returns a dynamic map of the entity's attributes f...
 entity-db                    function      datomic.api        Returns the database value that is the basis for t...

  

F

 filter                       function      datomic.api        Returns the value of the database containing only ...
 function                     function      datomic.api        Generates a function object given a map with requi...

  

G

 gc-storage                   function      datomic.api        Allow storage to reclaim garbage older than a cert...
 get-database-names           function      datomic.api        Returns a list of database names. URI is a databas...

  

H

 history                      function      datomic.api        Returns a special database containing all assertio...

  

I

 ident                        function      datomic.api        Returns the keyword associated with an id, or the ...
 implicit-part                function      datomic.api        Returns the partition entity id corresponding to t...
 implicit-part-id             function      datomic.api        Returns the id (0<=id<524288) of the given implici...
 index-pull                   function      datomic.api        Walks an index, pulling entities via :e if :avet o...
 index-range                  function      datomic.api        Returns an Iterable range of datoms in index named...
 invoke                       function      datomic.api        Lookup the database function named by eid-or-ident...
 is-filtered                  function      datomic.api        Returns true if db has had a filter set with filte...

  

J


  

K


  

L

 log                          function      datomic.api        Retrieves a value of the log for use in tx-range o...

  

M


  

N

 next-t                       function      datomic.api        Returns the t one beyond the highest reachable via...

  

O


  

P

 part                         function      datomic.api        Return the partition associated with an entity id..
 pull                         function      datomic.api        Like pull-many, but takes a single eid..
 pull-many                    function      datomic.api        Returns hierarchical selections of attributes for ...

  

Q

 q                            function      datomic.api        Executes a query against inputs.  Inputs are data...
 qseq                         function      datomic.api        Performs the query described by query-map (as per ...
 query                        function      datomic.api        Executes the query described by query-map  query-m...

  

R

 release                      function      datomic.api        Request the release of resources associated with t...
 remove-tx-report-queue       function      datomic.api        Removes the queue associated with this connection..
 rename-database              function      datomic.api        Renames the database specified by uri to new-name....
 request-index                function      datomic.api        Schedules a re-index of the database. The re-index...
 resolve-tempid               function      datomic.api        Resolve a tempid to the actual id assigned in a da...

  

S

 seek-datoms                  function      datomic.api        Raw access to the index data, by index. The index ...
 shutdown                     function      datomic.api        Shutdown all peer resources.  This method should b...
 since                        function      datomic.api        Returns the value of the database since some point...
 since-t                      function      datomic.api        Returns the since point, or nil if none.
 squuid                       function      datomic.api        Constructs a semi-sequential UUID. Useful for crea...
 squuid-time-millis           function      datomic.api        get the time part of a squuid (a UUID created by s...
 sync                         function      datomic.api        Used to coordinate with other peers.  When called ...
 sync-excise                  function      datomic.api        Used to coordinate with background excision. Retur...
 sync-index                   function      datomic.api        Used to coordinate with background indexing jobs. ...
 sync-schema                  function      datomic.api        Used to coordinate with background schema changes....

  

T

 t->tx                        function      datomic.api        Return the transaction id associated with a t valu...
 tempid                       function      datomic.api        Generate a tempid in the specified partition. With...
 touch                        function      datomic.api        Touches all of the attributes of the entity, inclu...
 transact                     function      datomic.api        Submits a transaction to the database for writing....
 transact-async               function      datomic.api        Same as transact, but returns its future immediate...
 tx->t                        function      datomic.api        Return the t value associated with a transaction i...
 tx-range                     function      datomic.api        Returns a range of transactions in log, starting a...
 tx-report-queue              function      datomic.api        Gets the data queue associated with this connectio...

  

U


  

V


  

W

 with                         function      datomic.api        Applies tx-data to the database. It is as if the d...

  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.