Module: ArJdbc::PostgreSQL::ArrayParser

Defined in:
lib/arjdbc/postgresql/array_parser.rb

Instance Method Summary collapse

Instance Method Details

#parse_pg_array(string) ⇒ Object



5
6
7
# File 'lib/arjdbc/postgresql/array_parser.rb', line 5

def parse_pg_array(string)
  parse_data(string, 0)
end