mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Implement JDBC4Connection#prepareStatement
This commit is contained in:
parent
cc09cb7d51
commit
f5c4f4e8a1
1 changed files with 1 additions and 3 deletions
|
@ -40,10 +40,8 @@ public class JDBC4Connection extends LimboConnection {
|
|||
}
|
||||
|
||||
@Override
|
||||
@SkipNullableCheck
|
||||
public PreparedStatement prepareStatement(String sql) throws SQLException {
|
||||
// TODO
|
||||
return null;
|
||||
return new JDBC4PreparedStatement(this, sql);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue