public abstract class _TableDisp extends Ice.ObjectImpl implements Table
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
ice_staticId
Constructor and Description |
---|
_TableDisp() |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___addColumn(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___addData(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___close(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___delete(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getAllMetadata(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getHeaders(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getMetadata(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getNumberOfRows(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getOriginalFile(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getWhereList(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___initialize(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___read(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___readCoordinates(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setAllMetadata(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setMetadata(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___slice(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___update(Table __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
int |
addColumn(Column col)
Adds a column and returns the position index of the new column.
|
void |
addData(Column[] cols) |
void |
close() |
void |
delete() |
java.util.Map<java.lang.String,RType> |
getAllMetadata() |
Column[] |
getHeaders()
Returns empty columns.
|
RType |
getMetadata(java.lang.String key) |
long |
getNumberOfRows() |
OriginalFile |
getOriginalFile() |
long[] |
getWhereList(java.lang.String condition,
java.util.Map<java.lang.String,RType> variables,
long start,
long stop,
long step)
http://www.pytables.org/docs/manual/apb.html
Leave all three of start, stop, step to 0 to disable.
|
protected void |
ice_copyStateFrom(Ice.Object __obj) |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
initialize(Column[] cols)
Initializes the structure based on
|
Data |
read(long[] colNumbers,
long start,
long stop)
http://www.pytables.org/docs/manual/ch04.html#Table.read
|
Data |
readCoordinates(long[] rowNumbers)
Read the given rows of data.
|
void |
setAllMetadata(java.util.Map<java.lang.String,RType> dict) |
void |
setMetadata(java.lang.String key,
RType value) |
Data |
slice(long[] colNumbers,
long[] rowNumbers)
Simple slice method which will return only the given columns
and rows in the order supplied.
|
void |
update(Data modifiedData)
Allows the user to modify a Data instance passed back
from a query method and have the values modified.
|
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__read, __read, __write, __write, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
addColumn, addData, close, delete, getAllMetadata, getHeaders, getMetadata, getNumberOfRows, getOriginalFile, getWhereList, initialize, read, readCoordinates, setAllMetadata, setMetadata, slice, update
public static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
public final int addColumn(Column col) throws ServerError
addColumn
in interface _TableOperationsNC
ServerError
public final void addData(Column[] cols) throws ServerError
addData
in interface _TableOperationsNC
ServerError
public final void close() throws ServerError
close
in interface _TableOperationsNC
ServerError
public final void delete() throws ServerError
delete
in interface _TableOperationsNC
ServerError
public final java.util.Map<java.lang.String,RType> getAllMetadata() throws ServerError
getAllMetadata
in interface _TableOperationsNC
ServerError
public final Column[] getHeaders() throws ServerError
getHeaders
in interface _TableOperationsNC
ServerError
public final RType getMetadata(java.lang.String key) throws ServerError
getMetadata
in interface _TableOperationsNC
ServerError
public final long getNumberOfRows() throws ServerError
getNumberOfRows
in interface _TableOperationsNC
ServerError
public final OriginalFile getOriginalFile() throws ServerError
getOriginalFile
in interface _TableOperationsNC
ServerError
public final long[] getWhereList(java.lang.String condition, java.util.Map<java.lang.String,RType> variables, long start, long stop, long step) throws ServerError
getWhereList
in interface _TableOperationsNC
ServerError
public final void initialize(Column[] cols) throws ServerError
initialize
in interface _TableOperationsNC
ServerError
public final Data read(long[] colNumbers, long start, long stop) throws ServerError
read
in interface _TableOperationsNC
ServerError
public final Data readCoordinates(long[] rowNumbers) throws ServerError
readCoordinates
in interface _TableOperationsNC
rowNumbers
- must contain at least one element or an
ApiUsageException
will be thrown.ServerError
public final void setAllMetadata(java.util.Map<java.lang.String,RType> dict) throws ServerError
setAllMetadata
in interface _TableOperationsNC
ServerError
public final void setMetadata(java.lang.String key, RType value) throws ServerError
setMetadata
in interface _TableOperationsNC
ServerError
public final Data slice(long[] colNumbers, long[] rowNumbers) throws ServerError
data = table.slice(None, None) assert len(data.rowNumbers) == table.getNumberOfRows() data = table.slice(None, \[3,2,1]) assert data.rowNumbers == \[3,2,1]
slice
in interface _TableOperationsNC
ServerError
public final void update(Data modifiedData) throws ServerError
Data.lastModification
and the
Data.rowNumbers
fields are properly set. An exception
will be thrown if the data has since been modified.update
in interface _TableOperationsNC
ServerError
public static Ice.DispatchStatus ___getOriginalFile(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getHeaders(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getNumberOfRows(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getWhereList(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___readCoordinates(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___read(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___slice(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addData(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___update(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getAllMetadata(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getMetadata(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setAllMetadata(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setMetadata(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___initialize(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addColumn(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___delete(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___close(Table __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class Ice.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl