GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IGPALDatabase Interface Reference
Inheritance diagram for GenerallyPositive.IGPALDatabase:
GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowDatabaseExecute GenerallyPositive.IAllowParametersAndInto GenerallyPositive.IAllowParametersAndUsing GenerallyPositive.IAllowParametersAndActions GenerallyPositive.IAllowPrecsionScaleAndSettings GenerallyPositive.IAllowParameterLength GenerallyPositive.IAllowDatabaseSettings GenerallyPositive.GPALDatabase

Properties

IGPALGrid< string > Tokens [get]
Properties inherited from GenerallyPositive.IAllowParameters
IAllowParameters ClearParameters [get]
Properties inherited from GenerallyPositive.IAllowDatabaseActions
IAllowParametersAndUsing Create [get]
IAllowParametersAndInto Read [get]
IAllowParametersAndUsing Update [get]
IAllowParametersAndUsing Delete [get]
IAllowParametersAndActions BeginTransaction [get]
IAllowDatabaseActions Rollback [get]
IAllowDatabaseActions Commit [get]

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowDatabaseSettings
IAllowDatabaseSettings WithConnectionString (string connectionString)
IAllowDatabaseSettings WithCommandTimeout (int timeoutInSeconds)
IAllowDatabaseSettings Close ()
IAllowDatabaseSettings WithUsername (string userName)
IAllowDatabaseSettings WithPassword (string password)
IAllowDatabaseSettings WithServerName (string serverName)
IAllowDatabaseSettings WithDatabaseName (string databaseName)
IAllowDatabaseSettings WithDatabaseType (DatabaseType databaseType)
IAllowDatabaseSettings WithTableName (string tableName)
IAllowDatabaseSettings WithSQLCommand (string sqlCommand)
IAllowDatabaseSettings WithStoredProcedure (string storedProcedure)
IAllowDatabaseSettings WithParameterName (string parameterName)
IAllowDatabaseSettings WithDatetimeParameter (string parameterName)
IAllowDatabaseSettings WithTimeParameter (string parameterName)
IAllowDatabaseSettings WithTimestampParameter (string parameterName)
IAllowPrecsionScaleAndSettings WithDecimalParameter (string parameterName)
IAllowDatabaseSettings WithFloatParameter (string parameterName)
IAllowDatabaseSettings WithImageParameter (string parameterName)
IAllowDatabaseSettings WithIntegerParameter (string parameterName)
IAllowDatabaseSettings WithMoneyParameter (string parameterName)
IAllowParameterLength WithVarCharParameter (string parameterName)
IAllowParameterLength WithNVarCharParameter (string parameterName)
IAllowParameterLength WithCharParameter (string parameterName)
IAllowParameterLength WithNCharParameter (string parameterName)
IAllowParameterLength WithTextParameter (string parameterName)
IAllowParameterLength WithNTextParameter (string parameterName)
IAllowDatabaseSettings WithTableParameter (string parameterName)
IAllowDatabaseSettings WithRowCount (int rowCount)
IAllowDatabaseSettings WithCreateAs (string createSQL)
IAllowDatabaseSettings WithReadAs (string selectSQL)
IAllowDatabaseSettings WithUpdateAs (string updateSQL)
IAllowDatabaseSettings WithDeleteAs (string deleteSQL)
IAllowDatabaseSettings WithErrorCallback (GPALDatabase.CallOnError CallOnError)
IAllowDatabaseSettings WithUDTTName (string typeName)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.IAllowParameterLength
IAllowDatabaseSettings WithParameterLength (int columnLength)
Public Member Functions inherited from GenerallyPositive.IAllowColumnPrecision
IAllowPrecsionScaleAndSettings WithParameterPrecision (int columnPrecision)
Public Member Functions inherited from GenerallyPositive.IAllowColumnScale
IAllowPrecsionScaleAndSettings WithParameterScale (int columnScale)
Public Member Functions inherited from GenerallyPositive.IAllowParameters
IAllowParametersAndActions WithParameter (string parameter)
IAllowParametersAndActions WithParameterGrid (IGPALGrid< string > parameter)
Public Member Functions inherited from GenerallyPositive.IAllowDatabaseExecute
IAllowParametersAndActions Execute (out int rowCount)
IAllowParametersAndActions Execute (out List< int > rowCountsPerStatement)
 Per-statement breakdown (via SqlCommand.StatementCompleted) instead of the single aggregate count.
Public Member Functions inherited from GenerallyPositive.IAllowDatabaseUsing
IAllowDatabaseExecute Using (IGPALGrid< string > dataGrid)
IAllowDatabaseExecute Using (System.Data.DataTable dataTable)
Public Member Functions inherited from GenerallyPositive.IAllowDatabaseInto
IAllowDatabaseGridSettings SaveTo (out IGPALGrid< string > dataGrid)
IAllowDatabaseSettings SaveTo (out System.Data.DataTable dataTable)
IAllowDatabaseSettings SaveTo (out System.Data.DataSet dataSet)
IAllowDatabaseSettings SaveTo (out string value)

Detailed Description

Definition at line 201 of file Interfaces.cs.

Property Documentation

◆ Tokens

IGPALGrid<string> GenerallyPositive.IGPALDatabase.Tokens
get

Implemented in GenerallyPositive.GPALDatabase.

Definition at line 204 of file Interfaces.cs.


The documentation for this interface was generated from the following file: