|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Statement¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
---|---|
java.sql | JavaTM ÇÁ·Î±×·¥ ¾ð¾î¸¦ »ç¿ëÇØ µ¥ÀÌÅÍ ¼Ò½º (ÀϹÝÀûÀ¸·Î RDB)ÀÇ µ¥ÀÌÅÍ¿¡ Á¢¼ÓÇØ ó¸®ÇÏ´Â API¸¦ Á¦°øÇÕ´Ï´Ù. |
java.sql ¿¡¼ÀÇ Statement »ç¿ë |
---|
java.sql ¿¡¼ÀÇ Statement ¼ºê ÀÎÅÍÆäÀ̽º | |
---|---|
interface |
CallableStatement
SQL ½ºÅä¾îµå ÇÁ·Î½ÃÀú¸¦ ½ÇÇàÇϴµ¥ »ç¿ëµÇ´Â ÀÎÅÍÆäÀ̽ºÀÔ´Ï´Ù. |
interface |
PreparedStatement
ÇÁ¸®ÄÄÆÄÀÏ µÈ SQL ¹®À» ³ªÅ¸³»´Â °´Ã¼ÀÔ´Ï´Ù. |
Statement¸¦ µ¹·ÁÁÖ´Â java.sql ¸Þ¼µå | |
---|---|
Statement |
Connection. createStatement ()
SQL ¹®À» µ¥ÀÌŸº£À̽º¿¡ º¸³»±â À§ÇÑ Statement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù. |
Statement |
Connection. createStatement (int resultSetType,
int resultSetConcurrency)
ÁöÁ¤µÈ ÇüÅÂ¿Í concurrent processing·Î ResultSet °´Ã¼¸¦ »ý¼ºÇÏ´Â Statement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù. |
Statement |
Connection. createStatement (int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
ÁöÁ¤µÈ ÇüÅÂ, concurrent processing ¹× holdability ·Î ResultSet °´Ã¼¸¦ »ý¼ºÇÏ´Â Statement °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù. |
Statement |
ResultSet. getStatement ()
ÀÌ ResultSet °´Ã¼¸¦ »ý¼ºÇÑ Statement °´Ã¼¸¦ ÃëµæÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.