Class StiExcelDatabase
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.dictionary.databases.StiDatabase
com.stimulsoft.report.dictionary.databases.StiFileDatabase
com.stimulsoft.report.dictionary.databases.StiExcelDatabase
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiName,ICloneable,IStiAlias,IStiInherited,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.dictionary.databases.StiFileDatabase
dataIS, pathDataFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidgetDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) static DataSetgetDataSet(InputStream stream) Gets a service name.booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetFirstRowIsHeader(boolean firstRowIsHeader) Methods inherited from class com.stimulsoft.report.dictionary.databases.StiFileDatabase
applyDatabaseInformation, getDataInputStream, getDataInputStream, getPathData, setPathDataMethods inherited from class com.stimulsoft.report.dictionary.databases.StiDatabase
clone, connect, createDataSources, edit, getAlias, getConnectedEvent, getConnectingEvent, getDisconnectedEvent, getDisconnectingEvent, getInherited, getKey, getName, getServiceCategory, getServiceType, getString, invokeConnected, invokeConnecting, invokeDisconnected, invokeDisconnecting, onConnected, onDisconnected, onDisconnecting, parsePath, regData, setAlias, setConnectedEvent, setConnectingEvent, setDisconnectedEvent, setDisconnectingEvent, setInherited, setKey, setName, toStringMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiExcelDatabase
public StiExcelDatabase()
-
-
Method Details
-
isFirstRowIsHeader
public boolean isFirstRowIsHeader() -
setFirstRowIsHeader
public void setFirstRowIsHeader(boolean firstRowIsHeader) -
getServiceName
Description copied from class:StiServiceGets a service name.- Overrides:
getServiceNamein classStiDatabase
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiFileDatabase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiFileDatabase- Throws:
JSONException
-
connect
public void connect(StiDataStoreSource source, Boolean fillTable, StiReport report) throws StiException - Specified by:
connectin classStiDatabase- Throws:
StiException
-
getDataSet
- Throws:
StiException
-
getDatabaseInformation
public StiDatabaseInformation getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) throws Exception - Overrides:
getDatabaseInformationin classStiDatabase- Throws:
Exception
-
disconnect
public void disconnect()- Specified by:
disconnectin classStiDatabase
-