Microsoft SQL Server / Microsoft Azure SQL Database


RDBのフィールド型フローサービスのデータ型
bigintInteger
binaryBinary
bitBoolean
charString
date (※1)String
DateTime(JDBC Driver 3.0以降)
datetimeDateTime
datetime2 (※1)String
DateTime(JDBC Driver 3.0以降)
datetimeoffset (※1)String
未対応(JDBC Driver 3.0以降)
decimalDecimal
floatDouble
imageBinary
intInteger
moneyDecimal
ncharString
ntextString
numericDecimal
nvarcharString
realDouble
smalldatetimeDateTime
smallintInteger
smallmoneyDecimal
sql_variant未対応
textString
time (※1)String
DateTime(JDBC Driver 3.0以降)
timestamp未対応
tinyintInteger
uniqueidentifier未対応
varbinaryBinary
varcharString

注意

※1 データのフォーマットについてはSQL Serverのマニュアルを参照してください。

※ Azure SQL Databaseでは、コネクションプールは使用できません。また、同一コネクションを使用するRDBコンポーネントが一つのリクエスト内で複数配置され、各RDBコンポーネントの間に著しく時間がかかった場合、コネクションがタイムアウトしエラーとなることがあります。

 

▲ このページのトップへ