|
xlang v5.1 Release
程序设计语言基础库文档
|


Public 成员函数 |
包属性 |
额外继承的成员函数 |
| PreparedStatement | ( | String | sql | ) |
引用了 String.length() , 以及 String.split().

| int execute | ( | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
| ResultSet executeQuery | ( | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
| int executeUpdate | ( | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
| void finalize | ( | ) |
|
override |
重载 Statement .
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
| String getSql | ( | ) |
引用了 String.replace().

| void setByte | ( | byte | value | ) |
| void setDouble | ( | int | id, |
| double | value | ||
| ) |
| void setString | ( | int | id, |
| String | value | ||
| ) |
| void setValue | ( | byte | value | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | double | value | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().

| void setValue | ( | float | value | ) |
| void setValue | ( | int | id, |
| byte | value | ||
| ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | int | id, |
| double | value | ||
| ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().

| void setValue | ( | int | id, |
| float | value | ||
| ) |
| void setValue | ( | int | id, |
| int | value | ||
| ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | int | id, |
| long | value | ||
| ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | int | id, |
| String | value | ||
| ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().

| void setValue | ( | int | value | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | long | value | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().

| void setValue | ( | String | value | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().

| void setValues | ( | Object [] | args | ) |
被 Mysql.MysqlPreparedStatement, SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.