代码搜索:Sql

找到约 10,000 项符合「Sql」的源代码

代码结果 10,000
www.eeworm.com/read/255402/4376303

attrs sql.attrs

# Used by the Accounting Report Generator page # # Mysql attributes Description Show Use function # RadAcctId Accounting Id no AcctSessionId Session Id no AcctUniqueId Unique Id no UserName
www.eeworm.com/read/255402/4376307

attrmap sql.attrmap

# # A mapping between the attributes used by dialup_admin and the attribute # names that will be stored in the SQL database # # Attributes that are not contained in this file are assumed to be reply #
www.eeworm.com/read/255402/4376313

sql badusers.sql

# # Table structure for table 'badusers' # CREATE TABLE badusers ( id int(10) DEFAULT '0' NOT NULL auto_increment, UserName varchar(30), Date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, R
www.eeworm.com/read/255402/4376314

sql userinfo.sql

# # Table structure for table 'userinfo' # CREATE TABLE userinfo ( id int(10) DEFAULT '0' NOT NULL auto_increment, UserName varchar(30), Name varchar(200), Mail varchar(200), Department varc
www.eeworm.com/read/255402/4376315

sql mtotacct.sql

CREATE TABLE mtotacct ( MTotAcctId bigint(21) NOT NULL auto_increment, UserName varchar(64) NOT NULL default '', AcctDate date NOT NULL default '0000-00-00', ConnNum bigint(12) default NULL,
www.eeworm.com/read/255402/4376316

sql totacct.sql

CREATE TABLE totacct ( TotAcctId bigint(21) NOT NULL auto_increment, UserName varchar(64) NOT NULL default '', AcctDate date NOT NULL default '0000-00-00', ConnNum bigint(12) default NULL, C
www.eeworm.com/read/255402/4376360

sql postgresql.sql

/* * $Id: postgresql.sql,v 1.1.2.10 2007/07/16 11:22:49 pnixon Exp $ * * Postgresql schema for FreeRADIUS * * All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13 *
www.eeworm.com/read/255402/4376361

sql mysql.sql

########################################################################### # db_mysql.sql rlm_sql - FreeRADIUS SQL Module # #
www.eeworm.com/read/255402/4376365

sql mssql.sql

/*************************************************************************** * db_mssql.sql * * * * D
www.eeworm.com/read/255402/4376366

sql oracle.sql

/* * $Id: oracle.sql,v 1.1.2.5 2007/07/13 20:29:52 pnixon Exp $ * * Oracle schema for FreeRADIUS * * * NOTE: Which columns are NULLable?? */ /* * Table structure for table 'dictionary' */ CR