|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |
javax.resource.cci.ResultSetInfo
ÀÎÅÍÆäÀ̽º´Â, Á¢¼ÓµÈ EIS ÀνºÅϽº¿¡ ÀÇÇØ ÁغñµÈ ResultSet ÀÇ ¼Æ÷Æ®¿¡ °üÇÑ Á¤º¸¸¦ Á¦°øÇÕ´Ï´Ù. ÄÄÆÛ³ÍÆ®´Â Connection.getResultInfo
¸Þ¼Òµå¸¦ È£ÃâÇØ, ResultSetInfo ÀνºÅϽº¸¦ ÃëµæÇÕ´Ï´Ù.
CCI ½ÇÀåÀº javax.resource.cci.ResultSetInfo
ÀÎÅÍÆäÀ̽º¸¦ ¼Æ÷Æ®Çϱâ À§Çؼ Çʼö°¡ ¾Æ´Õ´Ï´Ù. ÀÌ ÀÎÅÍÆäÀ̽ºÀÇ ½ÇÀåÀº, CCI °¡ ResultSet ±â´ÉÀ» ¼Æ÷Æ®ÇÏ´Â °æ¿ì¿¡°Ô¸¸ Á¦°øµË´Ï´Ù.
Connection
,
ResultSet
,
ConnectionMetaData
¸Þ¼ÒµåÀÇ °³¿ä | |
boolean |
deletesAreDetected (int type)
|
boolean |
insertsAreDetected (int type)
ResultSet.rowInserted ÀÇ È£Ãâ·Î, °¡½ÃÀÇ ÇàÀÇ »ðÀÔÀ» °ËÃâÇÒ ¼ö ÀÖ´ÂÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
othersDeletesAreVisible (int type)
¿Ü·Î ÇàÇØÁø »èÁ¦°¡ °¡½ÃÀÎÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
othersInsertsAreVisible (int type)
¿Ü·Î ÇàÇØÁø »ðÀÔÀÌ °¡½ÃÀÎÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
othersUpdatesAreVisible (int type)
¿Ü·Î ÇàÇØÁø °»½ÅÀÌ °¡½ÃÀÎÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
ownDeletesAreVisible (int type)
|
boolean |
ownInsertsAreVisible (int type)
|
boolean |
ownUpdatesAreVisible (int type)
|
boolean |
supportsResultSetType (int type)
¸®¼Ò½º ¾î´ðÅͰ¡ ResultSet ÀÇ ÇüŸ¦ ¼Æ÷Æ®ÇÏ´ÂÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
supportsResultTypeConcurrency (int type,
int concurrency)
¸®¼Ò½º ¾î´ðÅͰ¡, ÁöÁ¤µÈ ResultSet ÀÇ ÇüÅÂ¿Í Á¶ÇÕÇØ µ¿½Ã¿¡ ÀϾ´Â ÇüŸ¦ ¼Æ÷Æ®ÇÏ´ÂÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
boolean |
updatesAreDetected (int type)
ResultSet.rowUpdated ¸Þ¼ÒµåÀÇ È£Ãâ·Î, °¡½ÃÀÇ ÇàÀÇ °»½ÅÀ» °ËÃâÇÒ ¼ö ÀÖ´ÂÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. |
¸Þ¼ÒµåÀÇ »ó¼¼ |
public boolean updatesAreDetected(int type) throws ResourceException
ResultSet.rowUpdated
¸Þ¼ÒµåÀÇ È£Ãâ·Î, °¡½ÃÀÇ ÇàÀÇ °»½ÅÀ» °ËÃâÇÒ ¼ö ÀÖ´ÂÁö ¾î¶²Áö¸¦ ³ªÅ¸³À´Ï´Ù. type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìResultSet.rowUpdated()
public boolean insertsAreDetected(int type) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìResultSet.rowInserted()
public boolean deletesAreDetected(int type) throws ResourceException
public boolean supportsResultSetType(int type) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìpublic boolean supportsResultTypeConcurrency(int type, int concurrency) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXconcurrency
- java.sql.ResultSet ·Î Á¤ÀǵȴÙ, µ¿½Ã¿¡ ÀϾ´Â ResultSet ÀÇ ÇüÅÂResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìpublic boolean othersUpdatesAreVisible(int type) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìpublic boolean othersDeletesAreVisible(int type) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìpublic boolean othersInsertsAreVisible(int type) throws ResourceException
type
- ResultSet ÀÇ ÇüÅÂ. Áï, ResultSet.TYPE_XXXResourceException
- Á¤º¸ÀÇ Ãëµæ¿¡ ½ÇÆÐÇßÀ» °æ¿ìpublic boolean ownUpdatesAreVisible(int type) throws ResourceException
public boolean ownInsertsAreVisible(int type) throws ResourceException
public boolean ownDeletesAreVisible(int type) throws ResourceException
|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |