class OCI8::Cursor

def statement

Other tags:
    Since: - 2.1.3

Returns:
  • (String) - prepared SQL statement

Other tags:
    Note: -
def statement
  # The magic number 144 is OCI_ATTR_STATEMENT.
  # See http://docs.oracle.com/cd/E11882_01/appdev.112/e10646/ociaahan.htm#sthref5503
  attr_get_string(144)
end