comparison Tools/DocGen/Content/Doc/Data/LinqDateTimeCoreFunctions.txt @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 *
2 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
3 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
4
5 * DB2
6 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
7 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
8
9 * Informix
10 | Current Timestamp | Sql.CurrentTimestamp | CURRENT
11 | Current Timestamp | Sql.GetDate() | CURRENT
12
13 * Oracle
14 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
15 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
16
17 * Firebird
18 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
19 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
20
21 * PostgreSQL
22 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
23 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
24
25 * MySql
26 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
27 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
28
29 * MS SQL
30 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
31 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
32
33 * SqlCe
34 | Current Timestamp | Sql.CurrentTimestamp | GetDate()
35 | Current Timestamp | Sql.GetDate() | GetDate()
36
37 * Sybase
38 | Current Timestamp | Sql.CurrentTimestamp | GetDate()
39 | Current Timestamp | Sql.GetDate() | GetDate()
40
41 * SQLite
42 | Current Timestamp | Sql.CurrentTimestamp | CURRENT_TIMESTAMP
43 | Current Timestamp | Sql.GetDate() | CURRENT_TIMESTAMP
44
45 * Access
46 | Current Timestamp | Sql.CurrentTimestamp | Now
47 | Current Timestamp | Sql.GetDate() | Now