org.hsqldb
Class Result.ResultMetaData

java.lang.Object
  extended byorg.hsqldb.Result.ResultMetaData
Enclosing class:
Result

public static class Result.ResultMetaData
extends Object


Field Summary
 int[] colScale
           
 int[] colSize
           
 int[] colType
           
 boolean[] isIdentity
           
 boolean[] isLabelQuoted
           
 boolean[] isWritable
           
 int[] nullability
           
 int[] paramMode
           
 String[] sCatalog
           
 String[] sClassName
           
 String[] sLabel
           
 String[] sName
           
 String[] sSchema
           
 String[] sTable
           
 
Method Summary
 int[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sLabel

public String[] sLabel

sTable

public String[] sTable

sName

public String[] sName

isLabelQuoted

public boolean[] isLabelQuoted

colType

public int[] colType

colSize

public int[] colSize

colScale

public int[] colScale

sCatalog

public String[] sCatalog

sSchema

public String[] sSchema

nullability

public int[] nullability

isIdentity

public boolean[] isIdentity

isWritable

public boolean[] isWritable

paramMode

public int[] paramMode

sClassName

public String[] sClassName
Method Detail

getParameterTypes

public int[] getParameterTypes()


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.