Lines Matching refs:null
64 private XMultiServiceFactory xMSF = null ;
65 private XNamingService dbContext = null ;
66 private PrintWriter m_log = null;
93 {"String1", new Integer(1), null, null, new Double(1.1),
94 new Date((short) 1,(short) 1, (short) 2001), null, null, null,
95 Boolean.TRUE, null, null},
96 {"String2", new Integer(2), null, null, new Double(1.2),
97 new Date((short) 2, (short) 1,(short) 2001), null, null, null,
98 Boolean.FALSE, null, null},
99 {null, null, null, null, null,
100 null, null, null, null,
101 null, null, null}
123 public String Name = null ;
127 public String URL = null ;
131 public PropertyValue[] Info = null ;
135 public String User = null ;
139 public String Password = null ;
143 public Boolean IsPasswordRequired = null ;
147 public Boolean SuppressVersionColumns = null ;
151 public Boolean IsReadOnly = null ;
155 public String[] TableFilter = null ;
159 public String[] TableTypeFilter = null ;
206 if (Info == null) out.println("null") ; in printInfo()
221 if (TableFilter == null) out.println("null") ; in printInfo()
231 if (TableTypeFilter == null) out.println("null") ; in printInfo()
255 if (Name != null) props.setPropertyValue("Name", Name) ; in getDataSourceService()
256 if (URL != null) props.setPropertyValue("URL", URL) ; in getDataSourceService()
257 if (Info != null) props.setPropertyValue("Info", Info) ; in getDataSourceService()
258 if (User != null) props.setPropertyValue("User", User) ; in getDataSourceService()
259 if (Password != null) props.setPropertyValue("Password", Password) ; in getDataSourceService()
260 … if (IsPasswordRequired != null) props.setPropertyValue("IsPasswordRequired", IsPasswordRequired) ; in getDataSourceService()
261 …if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersi… in getDataSourceService()
262 if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ; in getDataSourceService()
263 if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ; in getDataSourceService()
264 … if (TableTypeFilter != null) props.setPropertyValue("TableTypeFilter", TableTypeFilter) ; in getDataSourceService()
447 String testURL = null ; in registerTestDB()
454 String existURL = null ; in registerTestDB()
459 Object src = null ; in registerTestDB()
469 if (src == null || !testURL.equals(existURL)) { in registerTestDB()
651 String retVal = null; in dirToUrl()
696 Connection connection = null; in initTestTableUsingJDBC()