If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > How to use BIT VARYING()

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-11, 16:10
gotobarry gotobarry is offline
Registered User
 
Join Date: Jul 2011
Posts: 1
Cool How to use BIT VARYING()

I'm considering using BIT VARYING() data type for a form field that can have multiple values and storing the selected values as a bit mask. A few questions:

1. Are there any performance issues?
2. Do you have an example of a where clause comparing a BIT VARYING column to a bit mask?
3. Do you have a JDBC example of how to update/query a bit varying column.

Thanks
BArry
Reply With Quote
Reply

Tags
bit, bit varying, jdbc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On