xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
包属性 |
额外继承的成员函数 |
PreparedStatement | ( | String | sql | ) |
引用了 String.length() , 以及 String.split().
int execute | ( | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
ResultSet executeQuery | ( | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
int executeUpdate | ( | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
void finalize | ( | ) |
|
override |
实现了 Statement.
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
String getSql | ( | ) |
引用了 String.replace().
void setValue | ( | byte | value | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | double | value | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | int | id, |
byte | value | ||
) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | int | id, |
double | value | ||
) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | int | id, |
int | value | ||
) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | int | id, |
long | value | ||
) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | int | id, |
String | value | ||
) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().
void setValue | ( | int | value | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | long | value | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.format() , 以及 String.length().
void setValue | ( | String | value | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.
引用了 String.length().
void setValues | ( | Object [] | args | ) |
被 SQLCipher.SQLCipherPreparedStatement , 以及 Sqlite.SqlitePreparedStatement 重载.