我正在为我们的更新程序开发一个语句扫描器(寻找可能导致同步数据问题的语句),我需要知道哪些TSQL数据类型将被解析为Types.VARCHAR
,以及哪些解析为Types.LONGVARCHAR
,当使用DatabaseMetaData.getColumns()
时?
什么类型的MS SQL Server映射到Types.VARCHAR?
原标题:
最佳回答
基本上:
- LONGVARCHAR: text, ntext, varchar(max), nvarchar(max), xml
- VARCHAR: varchar, nvarchar
问题回答
暂无回答
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding