| java.lang.Object dinamica.RecordsetField
RecordsetField | public class RecordsetField implements Serializable(Code) | | Utility class for Recordset: represents a Recordset field metadata
Creation date: 10/09/2003
Last Update: 10/09/2003
(c) 2003 Martin Cordova
This code is released under the LGPL license
author: Martin Cordova (dinamica@martincordova.com) |
RecordsetField | public RecordsetField(String name, String typeName, int type)(Code) | | Quick way to build an object of this class
Parameters: name - Field Name Parameters: typeName - Native Type name Parameters: type - JDBC Data Type |
RecordsetField | public RecordsetField()(Code) | | |
getType | public int getType()(Code) | | |
|
|