Class: VertxSql::SQLOperationsImpl
- Inherits:
-
Object
- Object
- VertxSql::SQLOperationsImpl
show all
- Includes:
- SQLOperations
- Defined in:
- /Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb
Constant Summary
- @@j_api_type =
Object.new
Class Method Summary
(collapse)
#call, #call_with_params, #query, #query_single, #query_single_with_params, #query_stream, #query_stream_with_params, #query_with_params, #update, #update_with_params
Class Method Details
+ (Boolean) accept?(obj)
261
262
263
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 261
def @@j_api_type.accept?(obj)
obj.class == SQLOperations
end
|
+ (Object) j_api_type
270
271
272
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 270
def self.j_api_type
@@j_api_type
end
|
+ (Object) j_class
273
274
275
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 273
def self.j_class
Java::IoVertxExtSql::SQLOperations.java_class
end
|
+ (Object) unwrap(obj)
267
268
269
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 267
def @@j_api_type.unwrap(obj)
obj.j_del
end
|
+ (Object) wrap(obj)
264
265
266
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 264
def @@j_api_type.wrap(obj)
SQLOperations.new(obj)
end
|