JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
java.sql.CallableStatement »ç¿ë

CallableStatement¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.sql JavaTM ÇÁ·Î±×·¥ ¾ð¾î¸¦ »ç¿ëÇØ µ¥ÀÌÅÍ ¼Ò½º (ÀϹÝÀûÀ¸·Î RDB)ÀÇ µ¥ÀÌÅÍ¿¡ Á¢¼ÓÇØ Ã³¸®ÇÏ´Â API¸¦ Á¦°øÇÕ´Ï´Ù.  
 

java.sql ¿¡¼­ÀÇ CallableStatement »ç¿ë
 

CallableStatement¸¦ µ¹·ÁÁÖ´Â java.sql ¸Þ¼­µå
 CallableStatement Connection. prepareCall (String  sql)
          µ¥ÀÌŸº£À̽ºÀÇ ½ºÅä¾îµå ÇÁ·Î½ÃÀú¸¦ È£ÃâÇϱâ À§ÇÑ CallableStatement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù.
 CallableStatement Connection. prepareCall (String  sql, int resultSetType, int resultSetConcurrency)
          ÁöÁ¤µÈ ÇüÅÂ¿Í concurrent processingÀ¸·Î ResultSet °´Ã¼¸¦ »ý¼ºÇÏ´Â CallableStatement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù.
 CallableStatement Connection. prepareCall (String  sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          ÁöÁ¤µÈ ÇüÅÂ¿Í concurrent processing·Î ResultSet °´Ã¼¸¦ »ý¼ºÇÏ´Â CallableStatement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.