7
mirror of https://github.com/issus/altium-library.git synced 2025-04-23 00:33:24 +00:00

Removed sql format from the repository

This commit is contained in:
Mark 2016-10-12 19:56:33 -06:00
parent 6abc9b7cca
commit 68df17d7b2
79 changed files with 0 additions and 2394 deletions
DB/altium_library
Tables
Views
ADC - Programmable.sqlAudio - Amplifier.sqlBattery Holder.sqlButton - Push.sqlButton - Slide.sqlButton - Tactile.sqlCapacitor - Aluminium Polymer.sqlCapacitor - Aluminium.sqlCapacitor - Ceramic.sqlCapacitor - RF.sqlCapacitor - Tantalum Polymer.sqlCapacitor - Tantalum.sqlCharger.sqlChip LED.sqlConnector - Card Edge.sqlConnector - Dev Board.sqlConnector - Modular w_Magnetics.sqlConnector - Modular.sqlConnector - RF.sqlConnector - Rectangular.sqlConnector - SD.sqlConnector - Terminal Block.sqlConnector - USB.sqlDigital Isolator.sqlDigital to Analogue Converter.sqlDiode - Rectifier.sqlDiode - TVS.sqlFerrite Chip.sqlGate Driver.sqlInductor - Power.sqlInductor - RF.sqlInterface - CAN.sqlInterface - Ethernet.sqlInterface - RS485.sqlLCD Display - Graphic.sqlLED Driver.sqlLight Pipe.sqlMCU - ARM.sqlMCU - AVR.sqlMemory - EEPROM.sqlMemory - FLASH.sqlMotor Driver - Controller.sqlMotor Driver - Stepper.sqlMounting Bracket.sqlMultiplexer.sqlN-Channel Dual FET Array.sqlN-Channel FET.sqlOptoisolator.sqlOscillator - Crystal.sqlOscillator - MEMS.sqlOscillator - TCXO.sqlOscillator - VCTCXO.sqlOscillator - XO.sqlP-Channel Dual FET Array.sqlP-Channel FET.sqlPower Module.sqlRF Amplifier.sqlRF Attenuator.sqlRF Detector.sqlRF Filter.sqlRF Module.sqlRF Switch.sqlReset Supervisor.sqlResistor - Chip.sqlResistor - Current Sense.sqlResistor - Potentiometer.sqlSensor - Current.sqlSensor - Motion.sqlSensor - Pressure.sqlSensor - Temperature.sqlSensor - Thermocouple.sqlTest Point.sqlThermistor - NTC.sqlVideo.sqlVoltage Reference.sqlVoltage Regulator - Linear.sqlVoltage Regulator - Switchmode.sql

View File

@ -1,308 +0,0 @@
CREATE TABLE [dbo].[Components] (
[PartId] INT IDENTITY (1, 1) NOT NULL,
[ComponentType] NVARCHAR (50) NULL,
[ComponentSubType] NVARCHAR (50) NULL,
[Value] NVARCHAR (50) NULL,
[Comment] NVARCHAR (50) NULL,
[MfrPartNo] NVARCHAR (50) NOT NULL,
[Manufacturer] NVARCHAR (50) NOT NULL,
[Description] NVARCHAR (50) NOT NULL,
[Supplier1] NVARCHAR (50) NULL,
[Supplier1PartNo] NVARCHAR (50) NULL,
[FootprintRef] NVARCHAR (150) NOT NULL,
[FootprintPath] NVARCHAR (150) NOT NULL,
[SymbolRef] NVARCHAR (150) NOT NULL,
[SymbolPath] NVARCHAR (150) NOT NULL,
[ComponentLink1Description] NVARCHAR (50) NULL,
[ComponentLink1URL] NVARCHAR (200) NULL,
[ComponentLink2Description] NVARCHAR (50) NULL,
[ComponentLink2URL] NVARCHAR (200) NULL,
[ComponentLink3Description] NVARCHAR (50) NULL,
[ComponentLink3URL] NVARCHAR (200) NULL,
[TemperatureRange] NVARCHAR (50) NULL,
[TemperatureCoefficient] NVARCHAR (50) NULL,
[Dielectric] NVARCHAR (50) NULL,
[Tolerance] NVARCHAR (50) NULL,
[PowerRating] NVARCHAR (50) NULL,
[CurrentRating] NVARCHAR (50) NULL,
[Voltage] NVARCHAR (50) NULL,
[Frequency] NVARCHAR (50) NULL,
[InsertionLoss] NVARCHAR (50) NULL,
[Supplier2] NVARCHAR (50) NULL,
[Supplier2PartNo] NVARCHAR (50) NULL,
[FootprintRef2] NVARCHAR (150) NULL,
[FootprintPath2] NVARCHAR (150) NULL,
[FootprintRef3] NVARCHAR (150) NULL,
[FootprintPath3] NVARCHAR (150) NULL,
[Price] MONEY NULL,
[Type] NVARCHAR (50) NULL,
[DevicePackage] NVARCHAR (50) NULL,
[QatFrequency] NVARCHAR (50) NULL,
[DCResistance] NVARCHAR (50) NULL,
[Shielding] NVARCHAR (50) NULL,
[ImpedanceAtFrequency] NVARCHAR (50) NULL,
[Colour] NVARCHAR (50) NULL,
[Millicandela] NVARCHAR (50) NULL,
[LensTransparency] NVARCHAR (50) NULL,
[VoltageForward] NVARCHAR (50) NULL,
[CurrentTest] NVARCHAR (50) NULL,
[ViewingAngle] NVARCHAR (50) NULL,
[CurrentRectified] NVARCHAR (50) NULL,
[VoltageDcReverse] NVARCHAR (50) NULL,
[ReverseRecoveryTime] NVARCHAR (50) NULL,
[CurrentReverseLeakage] NVARCHAR (50) NULL,
[NumberOfTurns] NVARCHAR (50) NULL,
[AdjustmentType] NVARCHAR (50) NULL,
[RippleCurrent] NVARCHAR (50) NULL,
[Impedance] NVARCHAR (50) NULL,
[LifetimeAtTemp] NVARCHAR (50) NULL,
[VoltageReverseStandoff] NVARCHAR (50) NULL,
[VoltageBreakdown] NVARCHAR (50) NULL,
[VoltageClamping] NVARCHAR (50) NULL,
[CurrentPulsePeak] NVARCHAR (50) NULL,
[PowerPeakPulse] NVARCHAR (50) NULL,
[CapacitanceAtFrequency] NVARCHAR (50) NULL,
[NumberOfPositions] NVARCHAR (50) NULL,
[PositionsPerLevel] NVARCHAR (50) NULL,
[NumberOfLevels] NVARCHAR (50) NULL,
[Pitch] NVARCHAR (50) NULL,
[Orientation] NVARCHAR (50) NULL,
[Series] NVARCHAR (50) NULL,
[FasteningType] NVARCHAR (50) NULL,
[ContactFinish] NVARCHAR (50) NULL,
[Attenuation] NVARCHAR (50) NULL,
[NumberOfBits] NVARCHAR (50) NULL,
[DataInterface] NVARCHAR (50) NULL,
[NumberOfConverters] NVARCHAR (50) NULL,
[NumberOfOutputs] NVARCHAR (50) NULL,
[CurrentSupply] NVARCHAR (50) NULL,
[CurrentOutput] NVARCHAR (50) NULL,
[FrequencyLower] NVARCHAR (50) NULL,
[FrequencyUpper] NVARCHAR (50) NULL,
[IsolationAtFrequency] NVARCHAR (50) NULL,
[InsertionLossAtFrequency] NVARCHAR (50) NULL,
[Circuit] NVARCHAR (50) NULL,
[P1dB] NVARCHAR (50) NULL,
[Topology] NVARCHAR (50) NULL,
[IIP3] NVARCHAR (50) NULL,
[InputRange] NVARCHAR (50) NULL,
[Accuracy] NVARCHAR (50) NULL,
[DisplayType] NVARCHAR (50) NULL,
[DisplayMode] NVARCHAR (50) NULL,
[Touchscreen] NVARCHAR (50) NULL,
[ViewingArea] NVARCHAR (50) NULL,
[Backlight] NVARCHAR (50) NULL,
[DiagonalScreenSize] NVARCHAR (50) NULL,
[DotPixels] NVARCHAR (50) NULL,
[GraphicsColour] NVARCHAR (50) NULL,
[BackgroundColour] NVARCHAR (50) NULL,
[DotSize] NVARCHAR (50) NULL,
[DotPitch] NVARCHAR (50) NULL,
[SwitchFunction] NVARCHAR (50) NULL,
[ContactRatingAtVoltage] NVARCHAR (50) NULL,
[ActuatorType] NVARCHAR (50) NULL,
[ActuatorHeight] NVARCHAR (50) NULL,
[ActuatorOrientation] NVARCHAR (50) NULL,
[Illumination] NVARCHAR (50) NULL,
[IlluminationVoltage] NVARCHAR (50) NULL,
[IlluminationTypeColour] NVARCHAR (50) NULL,
[OperatingForce] NVARCHAR (50) NULL,
[SwitchTravel] NVARCHAR (50) NULL,
[MechanicalLife] NVARCHAR (50) NULL,
[Speed] NVARCHAR (50) NULL,
[MemoryType] NVARCHAR (50) NULL,
[MemoryFormat] NVARCHAR (50) NULL,
[MemorySize] NVARCHAR (50) NULL,
[VoltageOutput] NVARCHAR (50) NULL,
[VoltageDropout] NVARCHAR (50) NULL,
[VoltageInput] NVARCHAR (50) NULL,
[Features] NVARCHAR (50) NULL,
[DrainToSourceVoltage] NVARCHAR (50) NULL,
[RdsOnMax] NVARCHAR (50) NULL,
[VgsthMax] NVARCHAR (50) NULL,
[GateCharge] NVARCHAR (50) NULL,
[InputCapacitance] NVARCHAR (50) NULL,
[PowerMax] NVARCHAR (50) NULL,
[ThreadedUnthreaded] NVARCHAR (50) NULL,
[Gender] NVARCHAR (50) NULL,
[ThreadSize] NVARCHAR (50) NULL,
[DiameterInside] NVARCHAR (50) NULL,
[DiameterOutside] NVARCHAR (50) NULL,
[BetweenBoardHeight] NVARCHAR (50) NULL,
[LengthOverall] NVARCHAR (50) NULL,
[Material] NVARCHAR (50) NULL,
[Plating] NVARCHAR (50) NULL,
[Shape] NVARCHAR (50) NULL,
[NumberOfPorts] NVARCHAR (50) NULL,
[Termination] NVARCHAR (50) NULL,
[TabDirection] NVARCHAR (50) NULL,
[SizeDimension] NVARCHAR (50) NULL,
[Thickness] NVARCHAR (50) NULL,
[Hardness] NVARCHAR (50) NULL,
[MountingType] NVARCHAR (50) NULL,
[LoadCapacitance] NVARCHAR (50) NULL,
[ESR] NVARCHAR (50) NULL,
[OperatingMode] NVARCHAR (50) NULL,
[Capacitance] NVARCHAR (50) NULL,
[FrequencyStability] NVARCHAR (50) NULL,
[Output] NVARCHAR (50) NULL,
[InputType] NVARCHAR (50) NULL,
[SamplingRate] NVARCHAR (50) NULL,
[NumberOfInputs] NVARCHAR (50) NULL,
[Configuration] NVARCHAR (50) NULL,
[RatioSHADC] NVARCHAR (50) NULL,
[NumberADConverters] NVARCHAR (50) NULL,
[Architecture] NVARCHAR (50) NULL,
[ReferenceType] NVARCHAR (50) NULL,
[SupplyVoltageAnalogue] NVARCHAR (50) NULL,
[OutputType] NVARCHAR (50) NULL,
[Function] NVARCHAR (50) NULL,
[CoreProcessor] NVARCHAR (50) NULL,
[CoreSize] NVARCHAR (50) NULL,
[Connectivity] NVARCHAR (200) NULL,
[Peripherals] NVARCHAR (200) NULL,
[NumberOfIO] NVARCHAR (50) NULL,
[ProgramMemorySize] NVARCHAR (50) NULL,
[ProgramMemoryType] NVARCHAR (50) NULL,
[EepromSize] NVARCHAR (50) NULL,
[RamSize] NVARCHAR (50) NULL,
[DataConverters] NVARCHAR (50) NULL,
[OscillatorType] NVARCHAR (50) NULL,
[LedColour] NVARCHAR (50) NULL,
[NumberOfRows] NVARCHAR (50) NULL,
[IngressProtection] NVARCHAR (50) NULL,
[Protocol] NVARCHAR (50) NULL,
[Standards] NVARCHAR (50) NULL,
[ShellSize] NVARCHAR (50) NULL,
[FlangeFeature] NVARCHAR (50) NULL,
[ResponseTime] NVARCHAR (50) NULL,
[HumidityRange] NVARCHAR (50) NULL,
[ForMeasuring] NVARCHAR (50) NULL,
[SensorType] NVARCHAR (50) NULL,
[CurrentSensing] NVARCHAR (50) NULL,
[Sensitivity] NVARCHAR (50) NULL,
[Linearity] NVARCHAR (50) NULL,
[Polarisation] NVARCHAR (50) NULL,
[MotorTypeStepper] NVARCHAR (50) NULL,
[MotorTypeACDC] NVARCHAR (50) NULL,
[OutputConfiguration] NVARCHAR (50) NULL,
[Interface] NVARCHAR (50) NULL,
[Technology] NVARCHAR (50) NULL,
[StepResolution] NVARCHAR (50) NULL,
[BatteryChemistry] NVARCHAR (50) NULL,
[MaxOutputPower] NVARCHAR (50) NULL,
[FeaturesLong] NVARCHAR (500) NULL,
[VoltageInputMin] NVARCHAR (50) NULL,
[VoltageInputMax] NVARCHAR (50) NULL,
[VoltageOutputMin] NVARCHAR (50) NULL,
[VoltageOutputMax] NVARCHAR (50) NULL,
[FrequencySwitching] NVARCHAR (50) NULL,
[SynchronousRectifier] NVARCHAR (50) NULL,
[CurrentSaturation] NVARCHAR (50) NULL,
[FrequencySelfResonant] NVARCHAR (50) NULL,
[VoltageIsolation] NVARCHAR (50) NULL,
[CurrentTransferRatioMin] NVARCHAR (50) NULL,
[CurrentTransferRatioMax] NVARCHAR (50) NULL,
[TurnOnOffTime] NVARCHAR (50) NULL,
[VceSaturation] NVARCHAR (50) NULL,
[CurrentDcForward] NVARCHAR (50) NULL,
[RiseFallTime] NVARCHAR (50) NULL,
[NumberOfDriversReceivers] NVARCHAR (50) NULL,
[Duplex] NVARCHAR (50) NULL,
[ReceiverHysteresis] NVARCHAR (50) NULL,
[DataRate] NVARCHAR (50) NULL,
[OperatingPressure] NVARCHAR (100) NULL,
[PortSize] NVARCHAR (50) NULL,
[PortStyle] NVARCHAR (50) NULL,
[MaximumPressure] NVARCHAR (50) NULL,
[PressureType] NVARCHAR (50) NULL,
[Bandwidth] NVARCHAR (50) NULL,
[FilterType] NVARCHAR (50) NULL,
[Ratings] NVARCHAR (50) NULL,
[Applications] NVARCHAR (100) NULL,
[NoiseFigure] NVARCHAR (50) NULL,
[TransistorType] NVARCHAR (50) NULL,
[Gain] NVARCHAR (50) NULL,
[DcCurrentGain] NVARCHAR (50) NULL,
[CurrentCollector] NVARCHAR (50) NULL,
[PlugMatingPlugDiameter] NVARCHAR (50) NULL,
[InternalSwitches] NVARCHAR (50) NULL,
[LensStyleSize] NVARCHAR (50) NULL,
[BatteryTypeFunction] NVARCHAR (150) NULL,
[Style] NVARCHAR (50) NULL,
[BatteryCellSize] NVARCHAR (50) NULL,
[NumberOfCells] NVARCHAR (50) NULL,
[BatterySeries] NVARCHAR (50) NULL,
[TerminationStyle] NVARCHAR (50) NULL,
[SensingTemperatureLocal] NVARCHAR (150) NULL,
[SensingTemperatureRemote] NVARCHAR (50) NULL,
[Resolution] NVARCHAR (50) NULL,
[RfFamily] NVARCHAR (50) NULL,
[Modulation] NVARCHAR (50) NULL,
[AntennaType] NVARCHAR (50) NULL,
[CurrentReceive] NVARCHAR (50) NULL,
[CurrentTransmit] NVARCHAR (50) NULL,
[IsolatedPower] NVARCHAR (50) NULL,
[Inputs] NVARCHAR (50) NULL,
[ChannelType] NVARCHAR (50) NULL,
[CommonModeTransientImmunity] NVARCHAR (50) NULL,
[PropagationDelay] NVARCHAR (50) NULL,
[PulseWidthDistortion] NVARCHAR (50) NULL,
[CardType] NVARCHAR (50) NULL,
[CardThickness] NVARCHAR (50) NULL,
[NumberOfPositionsBayRow] NVARCHAR (50) NULL,
[GateType] NVARCHAR (50) NULL,
[LogicVoltage] NVARCHAR (50) NULL,
[HighSideVoltage] NVARCHAR (50) NULL,
[UnidirectionalChannels] NVARCHAR (50) NULL,
[BidirectionalChannels] NVARCHAR (50) NULL,
[SwitchCircuit] VARCHAR (50) NULL,
[MultiplexerDemultiplexerCircuit] VARCHAR (50) NULL,
[ChannelToChannelMatching] VARCHAR (50) NULL,
[OnStateResistance] VARCHAR (50) NULL,
[VoltageSupplyDual] VARCHAR (50) NULL,
[SwitchTime] VARCHAR (50) NULL,
[ChannelCapacitance] VARCHAR (50) NULL,
[ChannelLeakage] VARCHAR (50) NULL,
[Crosstalk] VARCHAR (50) NULL,
[Reset] VARCHAR (50) NULL,
[ResetTimeout] VARCHAR (50) NULL,
[VoltageThreshold] VARCHAR (50) NULL,
[ContactTermination] VARCHAR (50) NULL,
[ShieldTermination] VARCHAR (50) NULL,
[CableGroup] VARCHAR (50) NULL,
[BodyMaterial] VARCHAR (50) NULL,
[BodyFinish] VARCHAR (50) NULL,
[CenterContactMaterial] VARCHAR (50) NULL,
[CenterContactPlating] VARCHAR (50) NULL,
[DielectricMaterial] VARCHAR (50) NULL,
[ResistanceAt25C] VARCHAR (50) NULL,
[ResistanceTolerance] VARCHAR (50) NULL,
[BTolerance] VARCHAR (50) NULL,
[B050] VARCHAR (50) NULL,
[B2550] VARCHAR (50) NULL,
[B2575] VARCHAR (50) NULL,
[B2585] VARCHAR (50) NULL,
[B25100] VARCHAR (50) NULL,
CONSTRAINT [PK_Components] PRIMARY KEY CLUSTERED ([PartId] ASC)
);
GO
CREATE NONCLUSTERED INDEX [IX_ComponentType]
ON [dbo].[Components]([ComponentType] ASC);
GO
CREATE NONCLUSTERED INDEX [IX_ComponentSubType]
ON [dbo].[Components]([ComponentSubType] ASC);
GO
CREATE NONCLUSTERED INDEX [nci_wi_Components_D281E9EBCA3CD2D8D306]
ON [dbo].[Components]([ComponentType] ASC, [MfrPartNo] ASC, [ComponentSubType] ASC);

View File

@ -1,7 +0,0 @@
CREATE TABLE [dbo].[DefaultMappings] (
[MappingId] INT IDENTITY (1, 1) NOT NULL,
[SupplierField] NVARCHAR (50) NOT NULL,
[InsertParameter] NVARCHAR (50) NOT NULL,
CONSTRAINT [PK_DefaultMappings] PRIMARY KEY CLUSTERED ([MappingId] ASC)
);

View File

@ -1,11 +0,0 @@
CREATE VIEW dbo.[ADC - Programmable]
AS
SELECT TOP (100) PERCENT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Series, NumberOfBits AS [Number of Bits], SamplingRate AS [Samping Rate],
NumberOfInputs AS [Number of Inputs], InputType AS [Input Type], DataInterface AS [Data Interface], Configuration, RatioSHADC AS [Ratio - S/H:ADC], NumberADConverters AS [Number of A/D Converters],
Architecture, ReferenceType AS [Reference Type], Voltage AS [Voltage - Supply, Analog], VoltageInput AS [Voltage - Supply, Digital], Features
FROM dbo.Components
WHERE (ComponentType = 'ADC') AND (ComponentSubType = 'PROG')
GO

View File

@ -1,40 +0,0 @@

CREATE VIEW [dbo].[Audio - Amplifier]
AS
SELECT TOP (100) PERCENT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
DevicePackage AS [Device Package],
Series,
OutputType AS [Output Type],
MaxOutputPower as [Max Output Power x Channels @ Load],
Voltage AS [Voltage Supply],
Features,
TemperatureRange AS [Operating Temperature]
FROM dbo.Components
WHERE (ComponentType = 'AUDIO') AND ComponentSubType = 'AMP'

View File

@ -1,40 +0,0 @@

CREATE VIEW [dbo].[Battery Holder]
AS
SELECT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
DevicePackage AS [Device Package],
Price,
Type,
Series,
[BatteryTypeFunction] AS [Battery Type, Function]
,[Style]
,[BatteryCellSize] AS [Battery Cell Size]
,[NumberOfCells] AS [Number Of Cells]
,[BatterySeries] AS [Battery Series]
,[TerminationStyle] AS [Termination Style]
FROM dbo.Components
WHERE (ComponentType = 'BATT') AND (ComponentSubType = 'HOLDER')

View File

@ -1,45 +0,0 @@

CREATE VIEW [dbo].[Button - Push] AS
SELECT TOP (100) PERCENT PartId,
Value,
COMMENT,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
TYPE,
DevicePackage AS [Device Package],
Series,
Circuit,
SwitchFunction AS [Switch Function],
ContactRatingAtVoltage AS [Contact Rating @ Voltage],
ActuatorType AS [Actuator Type],
ActuatorOrientation AS [Actuator Orientation],
Illumination,
IlluminationVoltage AS [Illumination Voltage],
IlluminationTypeColour AS [Illumination Type, Colour],
OperatingForce AS [Operating Force],
SwitchTravel AS [Switch Travel],
MechanicalLife AS [Mechanical Life],
TemperatureRange AS [Operating Temperature]
FROM dbo.Components
WHERE (ComponentType = 'BUTTON')
AND (ComponentSubType = 'PUSH')

View File

@ -1,46 +0,0 @@

CREATE VIEW [dbo].[Button - Slide] AS
SELECT TOP (100) PERCENT PartId,
Value,
COMMENT,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
TYPE,
DevicePackage AS [Device Package],
Series,
Circuit,
SwitchFunction AS [Switch Function],
ContactRatingAtVoltage AS [Contact Rating @ Voltage],
ActuatorType AS [Actuator Type],
ActuatorOrientation AS [Actuator Orientation],
Illumination,
IlluminationVoltage AS [Illumination Voltage],
IlluminationTypeColour AS [Illumination Type, Colour],
OperatingForce AS [Operating Force],
SwitchTravel AS [Switch Travel],
MechanicalLife AS [Mechanical Life],
SizeDimension AS [Outline],
TemperatureRange AS [Operating Temperature]
FROM dbo.Components
WHERE (ComponentType = 'BUTTON')
AND (ComponentSubType = 'SLIDE')

View File

@ -1,46 +0,0 @@
CREATE VIEW [dbo].[Button - Tactile] AS
SELECT TOP (100) PERCENT PartId,
Value,
COMMENT,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
TYPE,
DevicePackage AS [Device Package],
Series,
Circuit,
SwitchFunction AS [Switch Function],
ContactRatingAtVoltage AS [Contact Rating @ Voltage],
ActuatorType AS [Actuator Type],
ActuatorOrientation AS [Actuator Orientation],
Illumination,
IlluminationVoltage AS [Illumination Voltage],
IlluminationTypeColour AS [Illumination Type, Colour],
OperatingForce AS [Operating Force],
SwitchTravel AS [Switch Travel],
MechanicalLife AS [Mechanical Life],
SizeDimension AS [Outline],
TemperatureRange AS [Operating Temperature]
FROM dbo.Components
WHERE (ComponentType = 'BUTTON')
AND (ComponentSubType = 'TACT')
GO

View File

@ -1,10 +0,0 @@
CREATE VIEW dbo.[Capacitor - Aluminium Polymer]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance,
LifetimeAtTemp AS [Lifetime @ Temp]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'ALUMP')
GO

View File

@ -1,10 +0,0 @@
CREATE VIEW dbo.[Capacitor - Aluminium]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], RippleCurrent AS [Ripple Current], Impedance,
LifetimeAtTemp AS [Lifetime @ Temp]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'ALUM')
GO

View File

@ -1,9 +0,0 @@
CREATE VIEW dbo.[Capacitor - Ceramic]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Dielectric, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'CER')
GO

View File

@ -1,9 +0,0 @@
CREATE VIEW dbo.[Capacitor - RF]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, TemperatureCoefficient, Dielectric, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'RF')
GO

View File

@ -1,9 +0,0 @@
CREATE VIEW dbo.[Capacitor - Tantalum Polymer]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'TPOLY')
GO

View File

@ -1,9 +0,0 @@
CREATE VIEW dbo.[Capacitor - Tantalum]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package]
FROM dbo.Components
WHERE (ComponentType = 'CAP') AND (ComponentSubType = 'TANT')
GO

View File

@ -1,38 +0,0 @@

CREATE VIEW [dbo].[Charger]
AS
SELECT TOP (100) PERCENT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
DevicePackage AS [Device Package],
Series,
[Function],
BatteryChemistry AS [Battery Chemistry],
Voltage AS [Voltage Supply],
TemperatureRange AS [Operating Temperature]
FROM dbo.Components
WHERE (ComponentType = 'CHRG')

View File

@ -1,10 +0,0 @@
CREATE VIEW dbo.[Chip LED]
AS
SELECT PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description,
ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2], FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3], Price, Type, DevicePackage AS [Device Package], Colour, Millicandela, LensTransparency AS [Lens Transparency], VoltageForward AS [Voltage Forward],
CurrentTest AS [Current (Test)], ViewingAngle AS [Viewing Angle]
FROM dbo.Components
WHERE (ComponentType = 'LED')
GO

View File

@ -1,48 +0,0 @@

CREATE VIEW [dbo].[Connector - Card Edge]
AS
SELECT
PartId,
Comment,
Value,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
TemperatureRange AS [Operating Temperature],
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
Series,
CardType AS [Card Type],
Gender,
NumberOfPositionsBayRow AS [Number of Positions/Bay/Row],
NumberOfPositions AS [Number of Positions],
CardThickness AS [Card Thickness],
NumberOfLevels AS [Number Of Rows],
Pitch,
Features,
MountingType AS [Mounting Type],
Termination,
ContactFinish AS [Contact Finish],
FlangeFeature AS [Flange Feature],
Colour
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'CARD')

View File

@ -1,10 +0,0 @@

CREATE VIEW [dbo].[Connector - Dev Board]
AS
SELECT PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description,
ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, ContactFinish AS [Contact Finish], FasteningType AS [Fastening Type], Pitch, NumberOfLevels AS [Number Of Rows],
NumberOfPositions AS [Number Of Positions], Colour, Series
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'DEV')

View File

@ -1,45 +0,0 @@

CREATE VIEW [dbo].[Connector - Modular w/Magnetics]
AS
SELECT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
DevicePackage AS [Device Package],
Series,
[Type] AS [Connector Type],
NumberOfPorts AS [Number Of Ports],
NumberOfLevels AS [Number Of Rows],
MountingType AS [Mounting Type],
Orientation,
Termination,
Shielding,
Features,
LEDColour AS [LED Colour],
IngressProtection AS [Ingress Protection],
TabDirection AS [Tab Direction],
ContactFinish AS [Contact Finish]
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'MAG')

View File

@ -1,11 +0,0 @@
CREATE VIEW dbo.[Connector - Modular]
AS
SELECT PartId, Value, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path], SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL,
ComponentLink3Description, ComponentLink3URL, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, DevicePackage AS [Device Package], Series, Type AS [Connector Type], NumberOfPorts AS [Number Of Ports],
NumberOfLevels AS [Number Of Rows], MountingType AS [Mounting Type], Orientation, Termination, Shielding, Features, LedColour AS [LED Colour], IngressProtection AS [Ingress Protection],
TabDirection AS [Tab Direction], ContactFinish AS [Contact Finish]
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'MOD')
GO

View File

@ -1,52 +0,0 @@

CREATE VIEW [dbo].[Connector - RF]
AS
SELECT TOP (100) PERCENT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
TemperatureRange AS [Operating Temperature],
Style,
Series,
ContactTermination AS [Contact Termination],
ShieldTermination AS [Shield Termination],
Impedance,
MountingType AS [Mounting Type],
CableGroup AS [Cable Group],
FasteningType AS [Fastening Type],
FrequencyUpper AS [Frequency - Max],
Features,
Colour AS [Housing Colour],
IngressProtection AS [Ingress Protection],
BodyMaterial AS [Body Material],
BodyFinish AS [Body Finish],
CenterContactMaterial AS [Center Contact Material],
CenterContactPlating AS [Center Contact Plating],
DielectricMaterial AS [Dielectric Material],
Voltage AS [Voltage Rating]
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND ComponentSubType = 'RF'

View File

@ -1,44 +0,0 @@

CREATE VIEW [dbo].[Connector - Rectangular]
AS
SELECT
PartId,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
TemperatureRange AS [Operating Temperature],
Tolerance,
Voltage,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
ContactFinish AS [Contact Finish],
FasteningType AS [Fastening Type],
Pitch,
NumberOfLevels AS [Number Of Rows],
NumberOfPositions AS [Number Of Positions],
Colour,
Series
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'RECT')
GO

View File

@ -1,38 +0,0 @@

CREATE VIEW [dbo].[Connector - SD]
AS
SELECT PartId,
Value,
Comment,
MfrPartNo AS [Part Number],
Manufacturer,
Description,
Supplier1 AS [Supplier 1],
Supplier1PartNo AS [Supplier Part Number 1],
FootprintRef AS [Footprint Ref],
FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref],
SymbolPath AS [Library Path],
ComponentLink1Description,
ComponentLink1URL,
ComponentLink2Description,
ComponentLink2URL,
ComponentLink3Description,
ComponentLink3URL,
Supplier2 AS [Supplier 2],
Supplier2PartNo AS [Supplier Part Number 2],
FootprintRef2 AS [Footprint Ref 2],
FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3],
FootprintPath3 AS [Footprint Path 3],
Price,
Type,
DevicePackage AS [Device Package],
NumberOfPositions AS [Number of Positions],
[Type] AS [Connector Type],
MountingType AS [Mounting Type],
Features,
ContactFinish AS [Contact Finish]
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'SD')

View File

@ -1,10 +0,0 @@
CREATE VIEW dbo.[Connector - Terminal Block]
AS
SELECT PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description,
ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, ContactFinish AS [Contact Finish], FasteningType AS [Fastening Type], Pitch, NumberOfPositions AS [Number Of Positions],
Colour, Orientation, NumberOfLevels AS [Number Of Levels], PositionsPerLevel AS [Positions Per Level]
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'TERM')
GO

View File

@ -1,9 +0,0 @@
CREATE VIEW dbo.[Connector - USB]
AS
SELECT PartId, Comment, MfrPartNo AS [Part Number], Manufacturer, Description, Supplier1 AS [Supplier 1], Supplier1PartNo AS [Supplier Part Number 1], FootprintRef AS [Footprint Ref], FootprintPath AS [Footprint Path],
SymbolRef AS [Library Ref], SymbolPath AS [Library Path], ComponentLink1Description, ComponentLink1URL, ComponentLink2Description, ComponentLink2URL, ComponentLink3Description,
ComponentLink3URL, TemperatureRange, Tolerance, Voltage, Supplier2 AS [Supplier 2], Supplier2PartNo AS [Supplier Part Number 2], FootprintRef2 AS [Footprint Ref 2], FootprintPath2 AS [Footprint Path 2],
FootprintRef3 AS [Footprint Ref 3], FootprintPath3 AS [Footprint Path 3], Price, Type, NumberOfPositions AS [Number Of Positions], Series
FROM dbo.Components
WHERE (ComponentType = 'CONN') AND (ComponentSubType = 'USB')
GO

Some files were not shown because too many files have changed in this diff Show More