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, unexportObject
getClientHost, getLog, setLog
public RemoteMetaDataImpl(Schema schema) throws RemoteException
schema
- the schemaRemoteException
public int getColumnCount() throws RemoteException
getColumnCount
in interface RemoteMetaData
RemoteException
RemoteMetaData.getColumnCount()
public String getColumnName(int column) throws RemoteException
getColumnName
in interface RemoteMetaData
RemoteException
RemoteMetaData.getColumnName(int)
public int getColumnType(int column) throws RemoteException
getColumnType
in interface RemoteMetaData
RemoteException
RemoteMetaData.getColumnType(int)
public int getColumnDisplaySize(int column) throws RemoteException
getColumnDisplaySize
in interface RemoteMetaData
RemoteException
RemoteMetaData.getColumnDisplaySize(int)
Copyright © 2022 VanillaDB Organization. All rights reserved.