Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a SQLServerStatement object for sending SQL statements to the database.
Overload List
| Name | Description |
|---|---|
| createStatement () | Creates a SQLServerStatement object for sending SQL statements to the database. |
| createStatement (int, int) | Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type and concurrency. |
| createStatement (int, int, int) | Creates a SQLServerStatement object that generates SQLServerResultSet objects with the given type, concurrency, and holdability. |