Home
last modified time | relevance | path

Searched refs:T_CURRENT_TIMESTAMP (Results 1 – 10 of 10) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php109 const T_CURRENT_TIMESTAMP = 327; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php1005 case Lexer::T_CURRENT_TIMESTAMP:
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php112 const T_CURRENT_TIMESTAMP = 327; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php1048 case Lexer::T_CURRENT_TIMESTAMP:
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php112 const T_CURRENT_TIMESTAMP = 327; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php1048 case Lexer::T_CURRENT_TIMESTAMP:
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DParserTable.java1248 FunctionSQL.newSQLFunction(Tokens.T_CURRENT_TIMESTAMP,
1724 FunctionSQL.newSQLFunction(Tokens.T_CURRENT_TIMESTAMP,
H A DFunctionSQL.java202 valueFuncMap.put(Tokens.T_CURRENT_TIMESTAMP, FUNC_CURRENT_TIMESTAMP);
520 name = Tokens.T_CURRENT_TIMESTAMP;
H A DTokens.java120 static final String T_CURRENT_TIMESTAMP = "CURRENT_TIMESTAMP"; field in Tokens
1926 reservedKeys.put(T_CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); in reservedKeys.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java120 static final String T_CURRENT_TIMESTAMP = "CURRENT_TIMESTAMP"; field in Tokens
1926 reservedKeys.put(T_CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); in reservedKeys.put() argument