W3cubDocs

/Haxe Java

ResultSetMetaData

package java.sql

extends Wrapper

Available on java

Methods

getCatalogName (param1:Int):String

getColumnClassName (param1:Int):String

getColumnCount ():Int

getColumnDisplaySize (param1:Int):Int

getColumnLabel (param1:Int):String

getColumnName (param1:Int):String

getColumnType (param1:Int):Int

getColumnTypeName (param1:Int):String

getPrecision (param1:Int):Int

getScale (param1:Int):Int

getSchemaName (param1:Int):String

getTableName (param1:Int):String

isAutoIncrement (param1:Int):Bool

isCaseSensitive (param1:Int):Bool

isCurrency (param1:Int):Bool

isDefinitelyWritable (param1:Int):Bool

isNullable (param1:Int):Int

isReadOnly (param1:Int):Bool

isSearchable (param1:Int):Bool

isSigned (param1:Int):Bool

isWrapperFor (param1:Class<Dynamic>):Bool

isWritable (param1:Int):Bool

unwrap<T> (param1:Class<T>):T

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/sql/ResultSetMetaData.html