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

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -