Class MsSqlDataAdapter
java.lang.Object
ch.nolix.system.objectdata.adapter.AbstractDataAdapter
ch.nolix.system.objectdata.adapter.MsSqlDataAdapter
- All Implemented Interfaces:
IDatabaseNameHolder, EmptyCopyable<IDataAdapter>, Closeable, CloseStateRequestable, GroupCloseable, ChangeRequestable, IChangeSaver, IResettableChangeSaver, Resettable, IDataAdapter, AutoCloseable
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic MsSqlDataAdaptertoHostAndPortAndWithDatabaseNameAndUserNameAndUserPasswordAndEntityTypeSet(String host, int port, String databaseName, String userName, String userPassword, IEntityTypeSet entityTypeSet) Methods inherited from class AbstractDataAdapter
createCloseDependencyTo, getDatabaseName, getSaveCount, getStoredCloseController, getStoredTableByEntityType, hasChanges, insertEntity, noteClose, reset, saveChangesMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ChangeRequestable
isChangeFreeMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface GroupCloseable
close, isClosedMethods inherited from interface IDatabaseNameHolder
getDatabaseNameInQuotes
-
Method Details
-
toHostAndPortAndWithDatabaseNameAndUserNameAndUserPasswordAndEntityTypeSet
public static MsSqlDataAdapter toHostAndPortAndWithDatabaseNameAndUserNameAndUserPasswordAndEntityTypeSet(String host, int port, String databaseName, String userName, String userPassword, IEntityTypeSet entityTypeSet) -
createEmptyCopy
- Returns:
- a new empty copy of the current
EmptyCopyable.
-