public class DblMatrixSQL extends RepositoryStorageSQL implements DblMatrixStorage
connection, name_idnickname, reposListeners, transferAgent| Constructor and Description |
|---|
DblMatrixSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll()
Removes all entries and resets to an empty matrix.
|
DblMatrix |
copyAsDblMatrix()
Copy the contents of this repository storage into a new DblMatrix.
|
void |
copyFromDblMatrix(DblMatrix x) |
java.lang.Object |
get(int element)
Gets the specified element.
|
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.lang.Class |
getDOMStorageClass()
Returns a DOM storage variant of this storage instance.
|
int[] |
getMatrixSize() |
java.lang.Class |
getStorageTransferAgentClass()
This method should be overridden by subclasses wanting to extend the transfer method.
|
void |
set(java.lang.Object N,
int element)
Sets the specified element.
|
void |
setMatrixSize(int[] siz)
Calls clearAll first then sets size and preallocates to zero.
|
addPreparedStatement, afterTransferStorage, commit, createStatement, executeAllBatchedStatements, getBatchCount, getBatchCounts, getComment, getConnection, getCreatedBy, getCreatedOn, getDetailsTable, getDetailsTableCommentColumn, getDetailsTableCreatedByColumn, getDetailsTableCreatedOnColumn, getDetailsTableEnabledColumn, getDetailsTableIDColumn, getDoublyNarrowerSingleEntry, getEnabled, getMaxBatchCount, getMultipleData, getNameByID, getNameID, getNameID, getNarrowerSingleEntry, getNickname, getPreparedStatement, getPreparedStatements, getSingleEntry, getStorage, isBatchSettingOn, putNameID, setAutoCommit, setBatchCount, setBatchSettingOff, setBatchSettingOn, setComment, setConnection, setCreatedBy, setCreatedOn, setDoublyNarrowerSingleEntry, setEnabled, setNarrowerSingleEntry, setNickname, setNoAfterTransferExecuteBatch, setSingleEntry, usePreparedInfoaddRepositoryListener, afterCopyStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, getStorageCalculationsAgentClass, removeRepositoryListener, show, transferStorage, transferStorageCommandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRepositoryListener, getComment, getCreatedBy, getCreatedOn, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNicknameafterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommandspublic DblMatrixSQL(RepositoryConnectivity conn, java.lang.String storagename)
public java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragegetDefaultGraphicalEditorClass in class RepositoryStorageSQLpublic java.lang.Class getStorageTransferAgentClass()
AbstractRepositoryStoragegetStorageTransferAgentClass in class AbstractRepositoryStoragepublic java.lang.Class getDOMStorageClass()
AbstractRepositoryStoragegetDOMStorageClass in interface DOMStorablegetDOMStorageClass in class RepositoryStorageSQLpublic void setMatrixSize(int[] siz)
DblMatrixStoragesetMatrixSize in interface DblMatrixStoragepublic int[] getMatrixSize()
getMatrixSize in interface DblMatrixStoragepublic void clearAll()
DblMatrixStorageclearAll in interface DblMatrixStoragepublic void set(java.lang.Object N,
int element)
DblMatrixStorageset in interface DblMatrixStoragepublic java.lang.Object get(int element)
DblMatrixStorageget in interface DblMatrixStoragepublic void copyFromDblMatrix(DblMatrix x)
copyFromDblMatrix in interface DblMatrixStoragepublic DblMatrix copyAsDblMatrix()
copyAsDblMatrix in interface DblMatrixStorageCopyright © 2011, 2013. Daniel P. Dougherty