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)
150
151
152
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 150
def @@j_api_type.accept?(obj)
obj.class == SQLOperations
end
|
+ (Object) j_api_type
159
160
161
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 159
def self.j_api_type
@@j_api_type
end
|
+ (Object) j_class
162
163
164
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 162
def self.j_class
Java::IoVertxExtSql::SQLOperations.java_class
end
|
+ (Object) unwrap(obj)
156
157
158
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 156
def @@j_api_type.unwrap(obj)
obj.j_del
end
|
+ (Object) wrap(obj)
153
154
155
|
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-sql/sql_operations.rb', line 153
def @@j_api_type.wrap(obj)
SQLOperations.new(obj)
end
|