coldfusion cfquery.getMetaData() -


i have simple cfquery object:

<cfquery name="getp" datasource="ds">    select top 5 * table </cfquery> 

when dump of getp.getmetadata(), see getprecision(int) in method list. though, when perform getp.getmetadata().getprecision(1), error:

java.lang.unsupportedoperationexception: getprecision() 

what doing wrong?

the error:

enter image description here

the javadocs it's not supported yet, hence throws error.

http://sqlitejdbc.sourceforge.jp/org/sqlite/jdbc/jdbcparametermetadata.html


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -