| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.util.format |
XQuery formatter utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dat
Date item.
|
class |
DSim
Simple date item.
|
class |
Dtm
DateTime item.
|
class |
Tim
Time item.
|
| Constructor and Description |
|---|
Dat(Date d)
Constructor.
|
Dat(Date d,
Dur a,
boolean p,
InputInfo ii)
Constructor.
|
DTd(Date dat,
Date sub)
Constructor.
|
Dtm(Date d)
Constructor.
|
Dtm(Date d,
Dur a,
boolean p,
InputInfo ii)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Formatter.formatDate(Date date,
byte[] pic,
byte[] cal,
byte[] plc,
InputInfo ii)
Formats the specified date.
|