org.hsqldb
Class Result.ResultMetaData
java.lang.Object
org.hsqldb.Result.ResultMetaData
- Enclosing class:
- Result
- public static class Result.ResultMetaData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getParameterTypes
public int[] getParameterTypes()
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.