public class RemoteMetaDataImpl extends UnicastRemoteObject implements RemoteMetaData
ref| Constructor and Description |
|---|
RemoteMetaDataImpl(Schema schema)
Creates a metadata object that wraps the specified schema.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Returns the size of the field list.
|
int |
getColumnDisplaySize(int column)
Returns the number of characters required to display the specified
column.
|
String |
getColumnName(int column)
Returns the field name for the specified column number.
|
int |
getColumnType(int column)
Returns the type of the specified column.
|
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic RemoteMetaDataImpl(Schema schema) throws RemoteException
schema - the schemaRemoteExceptionpublic int getColumnCount()
throws RemoteException
getColumnCount in interface RemoteMetaDataRemoteExceptionRemoteMetaData.getColumnCount()public String getColumnName(int column) throws RemoteException
getColumnName in interface RemoteMetaDataRemoteExceptionRemoteMetaData.getColumnName(int)public int getColumnType(int column)
throws RemoteException
getColumnType in interface RemoteMetaDataRemoteExceptionRemoteMetaData.getColumnType(int)public int getColumnDisplaySize(int column)
throws RemoteException
getColumnDisplaySize in interface RemoteMetaDataRemoteExceptionRemoteMetaData.getColumnDisplaySize(int)Copyright © 2022 VanillaDB Organization. All rights reserved.