Class: OracleDB::StmtInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/oracledb/info_types.rb,
ext/oracledb/rboradb_info_types.c

Instance Method Summary collapse

Instance Method Details

#is_ddlObject



209
210
211
# File 'lib/oracledb/info_types.rb', line 209

def is_ddl
  @is_ddl
end

#is_dmlObject



213
214
215
# File 'lib/oracledb/info_types.rb', line 213

def is_dml
  @is_dml
end

#is_plsqlObject



205
206
207
# File 'lib/oracledb/info_types.rb', line 205

def is_plsql
  @is_plsql
end

#is_queryObject



201
202
203
# File 'lib/oracledb/info_types.rb', line 201

def is_query
  @is_query
end

#is_returningObject



221
222
223
# File 'lib/oracledb/info_types.rb', line 221

def is_returning
  @is_returning
end

#statement_typeObject



217
218
219
# File 'lib/oracledb/info_types.rb', line 217

def statement_type
  @statement_type
end

#to_sObject



225
226
227
# File 'lib/oracledb/info_types.rb', line 225

def to_s
  @statement_type.to_s
end