File names stored in the database and retrieved by the client are converted automatically to the client's character set, so explicit conversion is not necessary.
データベースに格納されているファイル名をクライアントが取得する場合は、クライアントの文字セットに自動的に変換されるため、明示的な変換は必要ありません。
Corresponding expressions in the SELECT lists must be of the same data type, or an implicit data conversion must be possible between the two data types, or an explicit conversion should be supplied.
SELECT リストで対応する式のデータ型を同じにするか、2 種類のデータ型の間で暗黙的データ変換ができるようにします。または、明示的変換を指定します。
It is compatible with the GPL, by an explicit conversion clause.
明示的な転換条項によってGPLとは矛盾し ないようになっています。
However, you can perform an explicit conversion (using CInt, CDbl, and so on) of the value returned by CVErr and assign that to a variable of the appropriate data type.
ただし、 CVErr 関数が返す値を明示的に変換し ( CInt 関数、 CDbl 関数などの使用)、適切な データ型 の変数に代入することができます。
For example, a UNION, INTERSECT, or EXCEPT is not possible between a column of the CHAR data type and one of the INT data type, unless an explicit conversion is supplied.
たとえば、CHAR データ型のカラムと INT データ型のカラムの間では、明示的変換が指定されなければ UNION、INTERSECT、または EXCEPT は不可能です。