DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject Class Reference

Public Member Functions

 TableInfoObject (string catalog, string schema, string name, string type, string comments)
 

Properties

string Name [get, private set]
 
string Schema [get, private set]
 
string Catalog [get, private set]
 
string Type [get, private set]
 
string Comments [get, private set]
 

Detailed Description

Definition at line 500 of file SystemSchema.cs.

Constructor & Destructor Documentation

Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.TableInfoObject ( string  catalog,
string  schema,
string  name,
string  type,
string  comments 
)
inline

Property Documentation

string Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.Catalog
getprivate set

Definition at line 511 of file SystemSchema.cs.

string Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.Comments
getprivate set

Definition at line 513 of file SystemSchema.cs.

string Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.Name
getprivate set

Definition at line 509 of file SystemSchema.cs.

string Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.Schema
getprivate set

Definition at line 510 of file SystemSchema.cs.

string Deveel.Data.SystemSchema.TableInfoTable.TableInfoObject.Type
getprivate set

Definition at line 512 of file SystemSchema.cs.


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