The cl-postgres-datetime Reference Manual

This is the cl-postgres-datetime Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:35:00 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-postgres-datetime

Date/time integration for cl-postgres that uses LOCAL-TIME for types that use time zones and SIMPLE-DATE for those that don’t

Author

Chaitanya Gupta <>

License

BSD-3-Clause

Version

0.1.0

Dependencies
  • cl-postgres (system).
  • local-time (system).
  • simple-date (system).
Source

cl-postgres-datetime.asd.

Child Component

cl-postgres-datetime.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-postgres-datetime/cl-postgres-datetime.asd

Source

cl-postgres-datetime.asd.

Parent Component

cl-postgres-datetime (system).

ASDF Systems

cl-postgres-datetime.


3.1.2 cl-postgres-datetime/cl-postgres-datetime.lisp

Source

cl-postgres-datetime.asd.

Parent Component

cl-postgres-datetime (system).

Packages

cl-postgres-datetime.

Public Interface

update-sql-readtable (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 cl-postgres-datetime

Source

cl-postgres-datetime.lisp.

Use List
  • cl-postgres.
  • common-lisp.
Public Interface

update-sql-readtable (function).

Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: update-sql-readtable (readtable)
Package

cl-postgres-datetime.

Source

cl-postgres-datetime.lisp.


5.2 Internals


5.2.1 Constants

Constant: +postgres-day-offset+
Package

cl-postgres-datetime.

Source

cl-postgres-datetime.lisp.

Constant: +usecs-in-one-day+
Package

cl-postgres-datetime.

Source

cl-postgres-datetime.lisp.

Constant: +usecs-in-one-sec+
Package

cl-postgres-datetime.

Source

cl-postgres-datetime.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   F   U  
Index Entry  Section

F
Function, update-sql-readtable: Public ordinary functions

U
update-sql-readtable: Public ordinary functions