型
Type
Common Lisp
https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node15.html
C
https://ja.cppreference.com/w/c/language/type
C++
https://ja.cppreference.com/w/cpp/language/type
MSVC 組み込み型 (C++) https://docs.microsoft.com/ja-jp/cpp/cpp/fundamental-types-cpp?view=msvc-160
Java
https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
JDBC の型マッピング https://docs.oracle.com/javase/jp/1.4/guide/jdbc/getstart/mapping.html
JavaScript
https://developer.mozilla.org/ja/docs/Web/JavaScript/Data_structures
MySQL
https://dev.mysql.com/doc/refman/8.0/ja/data-types.html
PHP
https://www.php.net/manual/ja/language.types.php
PostgreSQL
https://www.postgresql.jp/document/13/html/datatype.html
Python
https://docs.python.org/ja/3/library/stdtypes.html
VBScript
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/9e7a57cf(v=vs.84)
負数のリテラルは負記号と正の最大値として解釈されるため、負数の最大値を素のリテラルで書くことができない。要注意。
TypeName(-32767) →"Integer"
TypeName(-32768) →"Long"
VBA
https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/data-type-summary
負数のリテラルは負記号と正の最大値として解釈されるため、負数の最大値を素のリテラルで書くことができない。要注意。
TypeName(-32767) →"Integer"
TypeName(-32768) →"Long"